BackUp

Auto backup Drupal based websites to Amazon S3

I am running some Drupal based websites. I had to spent much of time for backup my websites daily/weekly. After i moved the websites to VPS and Dreamhost, i have ssh access so i wrote a small script to backup websites databases and user uploaded file to Amazon S3 automatically. The script is executed via cron tab daily. 

Backup MySQL databases automatically

AutoMySQLBackup is a great script that help us backup MySQL databases automatically. It can run thru cron job in or manually. It is easy to setup and make it works. I have just get it works only 5 minutes. The script uses mysqldump to backup MySQL databases so make sure you have it at your linux server/vps.

It is an open source/freeware so you are free to place it at your server/vps to backup your MySQL databases daily, weekly, monthy or manually.

AutoMySQLBackup features