Skip to content
Backup your mysql database to S3 with this simple playbook
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
LICENSE
README.md Ansible backup script, intial release Oct 15, 2014
backup.yml Ansible backup script, intial release Oct 15, 2014
hosts
vars.yml Ansible backup script, intial release Oct 15, 2014

README.md

Backup to S3 using Ansible

Backup mysql database and send it over to S3

Run this using:

ansible-playbook -i hosts backup.yml

Requirements: Python Mysql and boto

apt-get install python-mysqldb
pip install boto
You can’t perform that action at this time.