Backup Docker to Amazon S3

There is a great tutorial in GIST form on how to backup MySQL Databases through a Cron Job to Amazon S3 by David King over at Github. Let’s use that to periodically backup running Docker containers to your Amazon S3 bucket as well. A word of caution: Note that with every backup we’ll do a […]