mongodb_consistent_backup icon indicating copy to clipboard operation
mongodb_consistent_backup copied to clipboard

Calling AWS CLI for EBS Volume snapshots

Open binxiong opened this issue 8 years ago • 2 comments

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

binxiong avatar Jul 05 '16 15:07 binxiong

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 avatar Jul 06 '16 13:07 dbmurphy

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

dbmurphy avatar Sep 09 '16 16:09 dbmurphy