MySQL Backup solution
I'm using the Linode Backups to backup my files.
Would anyone have a recommendation for a similar solution for MySQL databases?
I have read that Linode Backups also backup my databases but there are warnings about transactions during backup. That said, it's extremely unlikely that my databases are going to updated during a backup, so do I really need a solution to automate the backup of my databases anyway?
I'd like to hear about how others deal with the automated backing up MySQL databases.
Many thanks
7 Replies
@vonskippy:
Do a mysqldump via cron BEFORE your backup is scheduled (allow enough lead time so that the dump can be accomplished before the backup starts), then your DB is just another file that gets backed up.
+1 for mysqldump. I do this as part of my backup script before duplicity sends it off to Amazon S3. Works great!
@Boomfelled:
I'd like to hear about how others deal with the automated backing up MySQL databases.
Many thanks
As the administrator of a big researching institute's network, I stick up for many years to Handy Backup, able to perform "hot" backup of MySQL databases (described here: http://www.handybackup.net/mysql-backup.shtml
Unfortunately, I can't say anything about the business model of this software; I heard it was shareware once, but on the product website I was found some price tags for different solutions.
Best regards!