Docs Home → MongoDB Command Line Interface
mongocli ops-manager backups config update
On this page
Update a backup configuration.
Syntax
mongocli ops-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. |
Auto generated by cobra2snooty on 13-Jul-2021