Docs Menu

Docs HomeMongoDB Command Line Interface

mongocli ops-manager admin backups blockstores create

On this page

  • Syntax
  • Options
  • Inherited Options

Create a backup blockstore configuration.

mongocli ops-manager admin backups blockstores create [options]
Name
Type
Required
Description
--assignment
false
Flag indicating whether this blockstore can be assigned backup jobs.
--encryptedCredentials
false
Flag indicating whether the username and password were encrypted using the credentialstool.
-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.
--maxCapacityGB
int
false
The maximum amount of data in GB this blockstore can store.
--name
string
true
The unique name that labels this blockstore.
-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.
Name
Type
Required
Description
-P, --profile
string
false
Profile to use from your configuration file.

Auto generated by cobra2snooty on 13-Jul-2021

←  mongocli ops-manager admin backups blockstoresmongocli ops-manager admin backups blockstores delete →
Share Feedback