aws-ec2-ebs-automatic-snapshot-bash
aws-ec2-ebs-automatic-snapshot-bash copied to clipboard
Bash script for Automatic EBS Snapshots and Cleanup on Amazon Web Services (AWS). Created by CaseyLabs.
A client wanted to keep one backup per week. Hence this. Also my editor automatically cleaned up some trailing whitespace. Hope this is useful!
Hello I got following error while executing the script 1.ebs-snapshot.sh.1: 7: set: Illegal option -o pipefail I tried to comment the above line and try to execute it and I...
That's what I've been doing with your script for a while. Pull request forthcoming.
This allows for removing any dependencies on wget.
I'm reading how to backup mongo from an ebs volume and it suggests locking the db before doing a snapshot. It also suggests locking the filesystem if there's anything else...
Separating out the permission to create snapshots from deleting snapshots would improve security. Currently, if this is running in a host and the host is compromised, the attacker would have...
Hi, great work on your script! I made a few changes I'd like to submit back to you. 1. I added an optional command line parameter to specify which volume...