CaseyLabs / aws-ec2-ebs-automatic-snapshot-bash

Bash script for Automatic EBS Snapshots and Cleanup on Amazon Web Services (AWS). Created by CaseyLabs.
http://www.caseylabs.com
GNU General Public License v2.0
285 stars 193 forks source link

Add volume excludes #26

Closed GervaisdeM closed 6 years ago

GervaisdeM commented 7 years ago

We have a use case where we would like to exclude one or more volumes from snapshots.

This PR modifies the ebs-snapshot.sh script to accept one or more volume id's to exclude from being snapshotted at all. The READM has been updated with an example of how to do this.

willtp87 commented 6 years ago

@CaseyLabs Do you have any interest in this feature? Are there any changes you would like made? We would love to contribute this back.