This is a bash script for backing up Magento installations. It attempts to pull your database credentials out of local.xml and automate as much as possible.
- Database
- Database schema (for keeping track of table changes in git)
- Website files and assets
- Bucket with Amazon s3
- xmllint --xpath (some older versions lack this option)
- Duplicity
chmod 755 nightly-backup.sh
crontab -e
0 4 * * * /path/to/nightly-backup.sh
duplicity --file-to-restore filename.foo s3+http://bucketname/www ~/restore/location