An open API service indexing awesome lists of open source software.

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

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
```