Does anyone have a script or know where to find that will backup all of the files on your site and information in your database on a nightly basis by running a CRON Job? Please help!
Thanks in advance.
I found a script to back up the DB but I don't have anything that will back up all of my files on the web server. Any help here would be appreciated.
http://www.faqs.org/docs/securing/chap29sec306.html
You will need SSH access and cron jobs.
This is what I use:
http://www.jdmz.net/ssh/
You will need rsync ssh cron
I like this method because you can configure it to backup only changes since last backup. That saves a lot of bandwidth.
treeleaf20 wrote:I found a script to back up the DB but I don't have anything that will back up all of my files on the web server. Any help here would be appreciated.
I use wget to basically automate login by ftp and download of all files. http://www.akadia.com/services/wget.html