This is a discussion on Backup plan needed within the MySQL forums, part of the Database Server Software category; --> Hi, I would like to automate my MySQL 5 backup. I plan to do a full backup Sunday's and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I would like to automate my MySQL 5 backup. I plan to do a full backup Sunday's and do incremental backups for all the other days. I found this script @ http://www.cyberciti.biz/tips/how-to...matically.html which seems to be for UNIX. Does anybody know of the above script for Windows or know of a free tool which supports incremental backups beside scheduling, transfer to ftp etc. Thanks for your help. Reto http://www.xcellery.com |
| ||||
| On 8 Nov 2006 23:51:40 -0800, rlaemmler@gmail.com wrote: > Hi, > > I would like to automate my MySQL 5 backup. I plan to do a full backup > Sunday's and do incremental backups for all the other days. I found > this script @ > http://www.cyberciti.biz/tips/how-to...matically.html > which seems to be for UNIX. > > Does anybody know of the above script for Windows or know of a free > tool which supports incremental backups beside scheduling, transfer to > ftp etc. Give up on the idea of "incremental" with regard to your database system, and use mysqldump to get the data you're going to be backing up from the system. Your life will be FAR less complicated that way. -- "... I've seen Sun monitors on fire off the side of the multimedia lab. I've seen NTU lights glitter in the dark near the Mail Gate. All these things will be lost in time, like the root partition last week. Time to die...". -- Peter Gutmann in the scary.devil.monastery |