Cron Jobs
Posted: Wed Jun 02, 2010 1:41 am
Hey guys, I really need some help here!
I have setup a php file, to keep track of things that we do at work. (Work in a data center). I am needing to know how to write a cron job or equivalent for WAMP on Windows XP Pro that will auto backup the entire database and entire internal website everyday at around noon, or even twice a day at noon and midnight. (keep in mind there are multiple databases. One for metrics, another for turnover and finally one for rotations. The cron has to be able to backup the entire MySQL and internal website, everything. It is crucial, or we cannot move forward on this project).
I want this job to save it too a thumb drive, so in case the computer crashes, it is backed up to the thumb drive where it is safe. I do not know how to do this kind of thing...and any help would be greatly appreciated.
I have setup a php file, to keep track of things that we do at work. (Work in a data center). I am needing to know how to write a cron job or equivalent for WAMP on Windows XP Pro that will auto backup the entire database and entire internal website everyday at around noon, or even twice a day at noon and midnight. (keep in mind there are multiple databases. One for metrics, another for turnover and finally one for rotations. The cron has to be able to backup the entire MySQL and internal website, everything. It is crucial, or we cannot move forward on this project).
I want this job to save it too a thumb drive, so in case the computer crashes, it is backed up to the thumb drive where it is safe. I do not know how to do this kind of thing...and any help would be greatly appreciated.