mongocli ops-manager admin backups fileSystems create
On this page
Create a file system configuration.
Syntax
Command Syntax
mongocli ops-manager admin backups fileSystems create [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 credentials tool. | |
-h, --help | false | help for create | |
--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 | Compression setting for the MMAPv1 storage engine snaphots. |
--name | string | true | Unique name that labels this file system store configuration. |
-o, --output | string | false | Output format. Valid values are json, json-path, go-template, or go-template-file. To see the full output, use the -o json option. |
--storePath | string | true | Location on the file system store host for storing file system-based backups. |
--wtCompressionSetting | string | true | Compression setting for the WiredTiger storage engine snaphots. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Name of the profile to use from your configuration file. To learn about profiles for MongoCLI, see https://dochub.mongodb.org/core/atlas-cli-configuration-file. |