mongocli cloud-manager backups config update
On this page
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoCLI.
Update a backup configuration.
Syntax
mongocli cloud-manager backups config update <clusterID> [options]
Options
Name | Type | Required | Description |
---|---|---|---|
--authMechanism | string | false | Authentication mechanism needed to connect to the sync source database. |
--encryption | false | Flag that indicates if encryption is enabled for the backup configuration. | |
--excludedNamespace | strings | false | List of database names and collection names to omit from the backup. |
-h, --help | false | help for update | |
--includedNamespace | strings | false | List of database names and collection names to include in the backup. |
-o, --output | string | false | Output format.
Valid values: json|json-path|go-template|go-template-file |
--password | string | false | User’s password. |
--projectId | string | false | Project ID to use. Overrides configuration file or environment variable settings. |
--provisioned | false | Flag that indicates if Ops Manager has provisioned the resources needed to store a backup. | |
--ssl | false | Flag that indicates if TLS is enabled for the sync source database. | |
--status | string | false | Current (or desired) status of the backup configuration. |
--storageEngine | string | false | Storage engine used for the backup. |
--syncSource | string | false | mongod instance from which you retrieve backup data. |
--username | string | false | Username of the user. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |