mongocli Cloud Manager 备份 restores start
此版本的文档已存档,不再提供支持。查看最新文档,学习;了解如何升级MongoCLI 版本。
为项目和集群启动恢复作业。
语法
mongocli cloud-manager backups restores start <AUTOMATED_RESTORE|HTTP> [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--checkpointId | 字符串 | false | 分片集群检查点的唯一标识符,表示数据将恢复到的时间点。 如果设置了 checkpointId,则无法设置 oplogInc、oplogTs、snapshotId 或 pointInTimeUTCMillis。 |
--clusterId | 字符串 | true | 集群的唯一标识符。 |
--expirationHours | int | false | 恢复作业完成后,下载 URL 有效的小时数。 仅用于下载恢复作业。 |
--expires | 字符串 | false | 采用 ISO 8601 日期和时间格式的时间戳,之后 URL 将不再可用。 仅用于下载恢复作业。 |
-h,--help | false | 启动帮助 | |
--maxDownloads | int | false | Number of times the download URL can be used. This must be 1 or greater. For use only with download restore jobs. |
--oplogInc | int | false | 32 位递增序数,表示给定秒内的操作。 与 oplogTs 配对时,它们表示数据将恢复到的时间点。 |
--oplogTs | 字符串 | false | 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 | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--pointInTimeUTCMillis | float | false | 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 | 字符串 | false | 要使用的项目ID 。覆盖配置文件或环境变量设置。 |
--snapshotId | 字符串 | false | Unique identifier of the snapshot to restore. |
--targetClusterId | 字符串 | false | 目标集群的唯一标识符。 仅用于自动恢复作业。 |
--targetProjectId | 字符串 | false | 包含恢复作业的目标集群的项目的唯一标识符。 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
由MongoDB CLI在29 -Jun- 2021自动生成