What I basically want to do in order to backup the website running on my webserver:

  • create a dump of the mysql database
  • copy / zip a certain folder containing the website in a directory
  • zip the directory with the backuped website and the dump
  • transfer it to another server or another HD or something like that

How can I automate this process to be executed every day at midnight?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

These should have what you need.

http://serverfault.com/questions/9380/iis-7-backup-strategy

http://serverfault.com/questions/30543/mysql-database-backup-over-network

All you should need after that is a good understanding of robocopy and scheduler syntax.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.