https://github.com/level09/ansible-s3-mysql-backup
Backup your mysql database to S3 with this simple playbook
https://github.com/level09/ansible-s3-mysql-backup
Last synced: about 1 year ago
JSON representation
Backup your mysql database to S3 with this simple playbook
- Host: GitHub
- URL: https://github.com/level09/ansible-s3-mysql-backup
- Owner: level09
- License: mit
- Created: 2014-10-15T13:36:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T13:36:55.000Z (over 11 years ago)
- Last Synced: 2025-01-10T00:40:59.235Z (about 1 year ago)
- Size: 102 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```