mongocli ops-manager admin backups blockstores create
이 버전의 문서는 보관되어 더 이상 지원되지 않습니다. 현재 설명서를 참조하여 MongoCLI 버전을 업그레이드 하는 방법을 학습 보세요.
Create a backup blockstore configuration.
구문
mongocli ops-manager admin backups blockstores create [options]
옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
--assignment | 거짓 | Flag indicating whether this blockstore can be assigned backup jobs. | |
--encryptedCredentials | 거짓 | Flag indicating whether the username and password were encrypted using the credentialstool. | |
-h, --help | 거짓 | 만들기 도움말 | |
--label | strings | 거짓 | Array of tags to manage which backup jobs Ops Manager can assign to which blockstores. |
--loadFactor | int | 거짓 | A positive, non-zero integer that expresses how much backup work this snapshot store should perform compared to another snapshot store. |
--maxCapacityGB | int | 거짓 | The maximum amount of data in GB this blockstore can store. |
--name | 문자열 | true | The unique name that labels this blockstore. |
-o, --output | 문자열 | 거짓 | Output format.
Valid values: json|json-path|go-template|go-template-file |
--ssl | 거짓 | Flag indicating whether this blockstore only accepts connections encrypted using TLS. | |
--uri | 문자열 | true | A comma-separated list of hosts in the <hostname:port> format that can be used to access this blockstore. |
--writeConcern | 문자열 | 거짓 | The write concern used for this blockstore. |
상속된 옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-P, --profile | 문자열 | 거짓 | 구성 파일 에서 사용할 프로필입니다. |
29-Jun-2021에 MongoDB CLI 에 의해 자동 생성됩니다.