Backup2Mail: automatically back up your site's database to email
It's a good idea to back up your website's databases periodically, in case of unforeseen server catastrophes, but it can be hard to remember to do it manually. One automated backup process you might consider is Backup2Mail, which sends backups of your MySQL databases to an email address on a schedule you specify using cron jobs. As long as you can run PHP apps, you're set to go.
A lot of free email accounts - I'm thinking of Gmail, here, specifically - offer enough storage space to keep from filling up too quickly with backups. If you're a privacy-conscious person, you could have Backup2Mail back up to an account on your own server. If you were really ambitious, you could probably set up a simple script or filter for the email account to have it clear out the oldest backups to make room for me.
A lot of free email accounts - I'm thinking of Gmail, here, specifically - offer enough storage space to keep from filling up too quickly with backups. If you're a privacy-conscious person, you could have Backup2Mail back up to an account on your own server. If you were really ambitious, you could probably set up a simple script or filter for the email account to have it clear out the oldest backups to make room for me.













Comments
4
Subscribe to commentsBJJul 8th 2009 5:56PM
It's not quite as simple as just being able to run PHP scripts. Most shared hosts will have disabled system commands from being made by scripts, this won't work with most shared hosts as a result.
JeffreyJul 8th 2009 11:56AM
Back up to email? Seriously?
If a system administrator who worked for me ever did this, I would punch them in the eyeball.
blasztaJul 8th 2009 12:30PM
Wordpress has that feature builtin, although I never use it :-)
dbermanJul 9th 2009 8:42AM
Email has 0 security on it; it's transmitted in clear text. If you want to securely send someone a large file like a backup, you should use sendtoperson.com to
send big files.
You can send up to 1 GB per month free.