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
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
.travis | ||
|
|
LICENSE | ||
|
|
README.md | ||
|
|
backup.yml | ||
|
|
hosts | ||
|
|
vars.yml | ||
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