Docs Home → MongoDB Command Line Interface
mongocli ops-manager admin backups sync update
On this page
Update a backup sync configuration.
Syntax
mongocli ops-manager admin backups sync update <name> [options]
Options
Name | Type | Required | Description |
---|---|---|---|
--assignment | false | Flag indicating whether this sync store can be assigned backup jobs. | |
--encryptedCredentials | false | Flag indicating whether the username and password were encrypted using the credentialstool. | |
-h, --help | false | help for update | |
--label | strings | false | Array of tags to manage which backup jobs Ops Manager can assign to which blockstores. |
--loadFactor | int | false | A positive, non-zero integer that expresses how much backup work this snapshot store should perform compared to another snapshot store. |
--maxCapacityGB | int | false | The maximum amount of data in GB this blockstore can store. |
-o, --output | string | false | Output format.
Valid values: json|json-path|go-template|go-template-file |
--ssl | false | Flag indicating whether this blockstore only accepts connections encrypted using TLS. | |
--uri | string | true | A comma-separated list of hosts in the <hostname:port> format that can be used to access this blockstore. |
--writeConcern | string | false | The write concern used for this blockstore. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |