Percona-Lab / mongodb_consistent_backup

A tool for performing consistent backups of MongoDB Clusters or Replica Sets
https://www.percona.com
Apache License 2.0
276 stars 80 forks source link

Calling AWS CLI for EBS Volume snapshots #19

Open binxiong opened 8 years ago

binxiong commented 8 years ago

We use EBS Volume snapshots for our mongodb backup. It would be nice if this tool allows us to call AWS CLI to kick off ebs volume snapshots

dbmurphy commented 8 years ago

This should be expanded to include EBS snapshots, LVM snapshots, SAN/NFS call out snapshot commands. It will need to be a shell call out so we will need to consider this carefully. Each will need a .start() , .status(), and .done() function as part of the interface IMHO

dbmurphy commented 8 years ago

As an update @binxiong we are progressing with refactoring to make many systems modular for notification, uploads, and backup styles.