MySQL Forums
Forum List  »  Backup

Re: Any suggestion in Backup script.
Posted by: Tyler Longren
Date: January 28, 2005 11:09AM

Here's the backup script I use on my linux systems:
http://longren.no-ip.org/backupmysql.sh

It's run every night via a cron job. /etc/db-backup/db-list.txt contains a list of the databases to backup. Each database on it's own line.

After backing up, the *.sql file gets bziped to save space.

Dunno if anyone is interested in it, thought I'd post it.

Tyler

Options: ReplyQuote


Subject
Views
Written By
Posted
4678
January 27, 2005 12:45AM
3163
Sam
January 27, 2005 02:00AM
Re: Any suggestion in Backup script.
3292
January 28, 2005 11:09AM
3277
February 01, 2005 08:47AM
3265
February 01, 2005 04:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.