Skip to content
Backup your mysql database to S3 with this simple playbook
Branch: master
Clone or download
Pull request Compare This branch is 10 commits ahead of level09:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
.travis
LICENSE
README.md
backup.yml
hosts
vars.yml

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.