feat: Adds possibility to set encryption for s3

This commit is contained in:
Jose Diaz-Gonzalez
2017-09-09 14:32:14 -04:00
parent 64c054436b
commit d45123b8c4
11 changed files with 84 additions and 15 deletions

View File

@@ -21,7 +21,9 @@ mongo:backup <name> <bucket> (--use-iam) Create a backup of the mongo service to
mongo:backup-auth <name> <aws_access_key_id> <aws_secret_access_key> (<aws_default_region>) (<aws_signature_version>) (<endpoint_url>) Sets up authentication for backups on the mongo service
mongo:backup-deauth <name> Removes backup authentication for the mongo service
mongo:backup-schedule <name> <schedule> <bucket> Schedules a backup of the mongo service
mongo:backup-set-encryption <name> <encryption_key>, Sets up GPG encryption for future backups of the mongo service
mongo:backup-unschedule <name> Unschedules the backup of the mongo service
mongo:backup-unset-encryption <name>, Removes backup encryption for future backups of the mongo service
mongo:clone <name> <new-name> Create container <new-name> then copy data from <name> into <new-name>
mongo:connect <name> Connect via telnet to a mongo service
mongo:connect-admin <name> Connect via telnet to a mongo service as admin user