mongocli cloud-manager 백업 복원 시작
이 버전의 문서는 보관되어 더 이상 지원되지 않습니다. 최신 문서 를 참조하여 MongoCLI 버전을 업그레이드 하는 방법을 학습 보세요.
프로젝트 및 클러스터에 대한 복원 작업을 시작합니다.
구문
mongocli cloud-manager backups restores start <AUTOMATED_RESTORE|HTTP> [options]
옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
--checkpointId | 문자열 | 거짓 | 데이터가 복원될 시점을 나타내는 샤드 클러스터 체크포인트의 고유 식별자입니다. checkpointId를 설정하면 oplogInc, oplogTs, snapshotId 또는 pointInTimeUTCMillis는 설정할 수 없습니다. |
--clusterId | 문자열 | true | cluster의 고유 식별자입니다. |
--expirationHours | int | 거짓 | 복원 작업이 완료된 후 다운로드 URL이 유효한 시간 수입니다. 다운로드 복원 작업에만 사용합니다. |
--expires | 문자열 | 거짓 | ISO 8601 날짜 및 시간 형식의 타임스탬프로, 이후에는 URL을 더 이상 사용할 수 없습니다. 다운로드 복원 작업에만 사용합니다. |
-h, --help | 거짓 | 시작 도움말 | |
--maxDownloads | int | 거짓 | Number of times the download URL can be used. This must be 1 or greater. For use only with download restore jobs. |
--oplogInc | int | 거짓 | 주어진 초 내의 작업을 나타내는 32비트 증분 서수입니다. oplogT와 함께 사용할 경우 데이터가 복원되는 점을 나타냅니다. |
--oplogTs | 문자열 | 거짓 | Oplog timestamp given as a timestamp in the number of seconds that have elapsed since the UNIX epoch. When paired with oplogInc, they represent the point in time to which your data will be restored. |
-o, --output | 문자열 | 거짓 | Output format. Valid values: json|json-path|go-template|go-template-file |
--pointInTimeUTCMillis | float | 거짓 | Timestamp in the number of milliseconds that have elapsed since the UNIX epoch that represents the point in time to which your data will be restored. This timestamp must be within last 24 hours of the current time. |
--projectId | 문자열 | 거짓 | 사용할 프로젝트 ID 입니다. 구성 파일 또는 환경 변수 설정을 재정의합니다. |
--snapshotId | 문자열 | 거짓 | 복원 할 스냅샷 의 고유 식별자입니다. |
--targetClusterId | 문자열 | 거짓 | 대상 클러스터의 고유 식별자입니다. 자동 복원 작업에만 사용합니다. |
--targetProjectId | 문자열 | 거짓 | 복원 job의 대상 cluster가 포함된 프로젝트의 고유 식별자입니다. |
상속된 옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-P, --profile | 문자열 | 거짓 | 구성 파일 에서 사용할 프로필입니다. |
29-Jun-2021에 MongoDB CLI 에 의해 자동 생성됩니다.