Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: guestHH on August 23, 2002, 01:59:10 AM
-
Anybody any comment/suggestions/reommedations on this:
http://worldcommunity.com/opensource/utilities/mysql_backup.html
Regards,
guestHH
-
The standard SME backup script (/sbin/e-smith/backup) already performs a complete mySQL backup to /home/e-smith/db/mysql using these built-in events:
/sbin/e-smith/signal-event mysql-delete-dumps
/sbin/e-smith/signal-event mysql-dump-tables
Darrell
-
or
mysqldump dbname > filename
or
mysqldump -A > alldbsfilename