Results 1 to 5 of 5

Thread: Remote backup

  1. #1
    joris is offline Junior Member
    Join Date
    Feb 2006
    Posts
    2

    Default Remote backup

    Maybe it is alrady available and that I am not aware of it.
    My question is if there is a posibility to remotely make a backup of the data collected by Sugarcrm on our server and backing it up to another server where all other backups are collected.

    the mysql db is on a linux server.

    on the win2003 server i'm using a backup program which can run programs(for example batchfiles) before a backup is processed
    Last edited by joris; 2006-02-14 at 10:14 AM.

  2. #2
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: Remote backup

    Hi,

    Have a look at mysql.com and search for mysql backup options. There are details on local, remote, automated etc. You could do something like schedule a job to dump the SQL database to file and remote sync it's holding directory to the backup server. A more complex one is to synchronise the database with another installed on the backup machine and have that backup. This means there is no downtime for the backup

  3. #3
    malcolmh's Avatar
    malcolmh is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Aug 2004
    Posts
    1,712

    Default Re: Remote backup

    If you are using windows server, try the mySQL Administrator tool, or for all platforms try the utility phpmyAdmin.
    Cheers Malcolm

    Genius4U Limited - Ingenious simple IT solutions for you / Genial einfache IT Lösungen für Sie
    http://www.genius4u.com or http://www.genius4u.de

  4. #4
    stevec is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London
    Posts
    1,100

    Default Re: Remote backup

    Quote Originally Posted by malcolmh
    If you are using windows server, try the mySQL Administrator tool, or for all platforms try the utility phpmyAdmin.
    These ar great tools for backups but have the disadvantage that they need user interaction. If the backups are being taken to anotheer backing to be covered by automated daily backups, then it would be best if they were automated to.

  5. #5
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: Remote backup

    Quote Originally Posted by stevec
    These ar great tools for backups but have the disadvantage that they need user interaction. If the backups are being taken to anotheer backing to be covered by automated daily backups, then it would be best if they were automated to.
    There are command line tools if you are running on the server that can be scripted in a shell script and timed to run with your cron (unix) or Task Scheduler (windows). for more information on the commands see mysql site http://dev.mysql.com/doc/refman/4.1/en/backup.html

    Cheers,
    Max

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •