0.0.5 • Published 11 years ago

elastisnap v0.0.5

Weekly downloads
16
License
-
Repository
github
Last release
11 years ago

Take rotating Amazon AWS EBS snapshots with this small node.js script.

  • Define what you want to snapshot based on instance-id + devices on that instance.
  • Put the script on an EC2 and use 'self' as one of the "jobs" keys to refer to that instance itself.
  • Handles multiple devices at a time on various instances.
  • If the EC2 uses iam-roles, you may omit awskey and awssecret; they'll be looked up dynamically using the EC2 metadata API

See setting.json for sample definitions. Options include:

pool - the number of snapshots to maintain before destroying old ones. device - name of device that should be snapshotted. description - used as the description for the snapshot along with the device name and the instance ID.

node index.js --config=settings.json ... throw that in a hourly, daily, etc. cronjob and set the 'pool' size and you've got rotating snapshots.

0.0.5

11 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago