woxxy / MySQL-backup-to-Amazon-S3

Backup daily/weekly/monhtly all your MySQL databases to Amazon S3 via SH and s3cmd
MIT License
321 stars 127 forks source link

Email Option Additions #8

Open deep-spaced opened 11 years ago

deep-spaced commented 11 years ago

I needed the option to email the log outputs to monitor in case of a failure. I also added in the options to write to a log file and leave backups older than the previous one in place on S3.

Thanks for your work on this!