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

Including LVM snapshots? #6

Open pearcec opened 9 years ago

pearcec commented 9 years ago

Have you considered the use of LVM snapshots or if LVM is not being used fsfreeze to make for a crash consistent volume?

CaseyLabs commented 9 years ago

Hi pearcec,

I have definitely considered adding fsfreeze as an snapshot option to the script, and I'm hoping to add the functionality in the month or two. If you want to submit a pull request with this feature before then, that's also an option!