I'm looking for some advice on the best way to set up some automated site and database backups on a routine basis.
Essentially, I like to create a backup of my sql databases probably every 30 minutes, and then have that backup zip (or gzip) and then ftp'd to my own ftp server. The backups would than old keep the last 12 or so backups with the older one's being removed automatically.
If possible, I'd like to have the all the site (php scripts, images, etc) also be backed up and ftp'd as well maybe oncee a day or so as well.
I think some of this is doable with a cron job, but I'm not sure about the ftp'ing of the data some where else.
I would prefer to simply find a piece of software to install on a home pc that could simply connect into my site and databases and then back up the data on the home pc.
Anyone have any suggestions?


LinkBack URL
About LinkBacks



Reply With Quote
So even though you have the data backed up I would still do a FULL back up

Bookmarks