Docs Menu

Docs HomeMongoDB Command Line Interface

mongocli ops-manager backups config update

On this page

  • Syntax
  • Options
  • Inherited Options

Update a backup configuration.

mongocli ops-manager backups config update <clusterID> [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.
Name
Type
Required
Description
-P, --profile
string
false
Profile to use from your configuration file.
←  mongocli ops-manager backups config listmongocli ops-manager backups disable →
Share Feedback