Monthly Archives: January 2015

Backup MySQL DBs to Amazon S3 Bucket using Python

In this tutorial I’ll show you the simple Python script that takes the compressed MySQL dumps and then upload it to AMAZON S3 Bucket. The script will also automatically delete the backup that are older than the days (mentioned in the script).

Requirements:

This script requires boto. Install boto using pip:

sudo pip install boto
Configuration:

Read more of this post