Forum Moderators: coopster

Message Too Old, No Replies

MySQL database backup

         

Sarah Atkinson

4:46 pm on May 9, 2005 (gmt 0)

10+ Year Member



I am wanting to scheadule backup of our database from a host server to our local server. How do I do this and is their any software out their that can take care of it for me? Or will I have to write the scripts?

Sarah

previose post in other forum
[webmasterworld.com...]

jatar_k

5:05 pm on May 9, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



you can use a script that does a mysqldump [dev.mysql.com] and schedule it via crontab [google.com]

Sarah Atkinson

5:11 pm on May 9, 2005 (gmt 0)

10+ Year Member



will contrab work off a windows platfrom?
both servers are running windows server

jatar_k

5:12 pm on May 9, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I believe on windows they call it 'scheduled tasks' not positive though