mongocli ops-manager admin backups fileSystems 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 file system configuration.
Syntax
mongocli ops-manager admin backups fileSystems update <name> [options]
Options
Name | Type | Required | Description |
---|---|---|---|
--assignment | false | Flag indicating whether this file system 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. |
--mmapv1CompressionSetting | string | true | The compression setting for the MMAPv1 storage engine snaphots. |
-o, --output | string | false | Output format.
Valid values: json|json-path|go-template|go-template-file |
--storePath | string | true | The location where file system-based backups are stored on the file system store host. |
--wtCompressionSetting | string | true | The compression setting for the WiredTiger storage engine snaphots. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |