mongocli クラウドマネージャー バックアップ スナップショット スケジュール アップデート
このバージョンのドキュメントはアーカイブされており、サポートされなくなりました。 MongoCLI のバージョンをアップグレードする 方法については、 現在のドキュメント を表示してください。
クラスターのスナップショット スケジュールを更新します。
構文
mongocli cloud-manager backups snapshots schedule update [options]
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
--clusterCheckpointIntervalMin | 整数 | false | Number of minutes between successive cluster checkpoints. Valid values: 15|30|60. |
--clusterId | string | true | クラスターの一意の識別子です。 |
--dailySnapshotRetentionDays | 整数 | false | Number of days to retain daily snapshots. Accepted values for this option are: values between 1 and 365 inclusive. |
-h, --help | false | 更新のヘルプ | |
--monthlySnapshotRetentionMonths | 整数 | false | Number of months to retain monthly snapshots. Accepted values for this option are: values between 1 and 36 inclusive. |
-o, --output | string | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--pointInTimeWindowHours | 整数 | false | ポイントインタイム スナップショットを作成できる過去の時間数。 |
--projectId | string | false | 使用するプロジェクトID 。構成ファイルまたは環境変数の設定を上書きします。 |
--referenceHourOfDay | 整数 | false | Hour of the day to schedule snapshots using a 24 hour clock. Accepted values for this option are: values between 0 and 23 inclusive. |
--referenceMinuteOfHour | 整数 | false | Minute of the hour to schedule snapshots. Accepted values for this option are: values between 0 and 59 inclusive. |
--referenceTimeZoneOffset | string | false | The ISO-8601 timezone offset where the Ops Manager host resides. |
--snapshotIntervalHours | 整数 | false | Number of hours between snapshots. Valid values: 6|8|12|24. |
--snapshotRetentionDays | 整数 | false | Number of days to keep recent snapshots. Accepted values for this option are: values between 2 and 5 inclusive. |
--weeklySnapshotRetentionWeeks | 整数 | false | Number of weeks to retain weekly snapshots. Accepted values for this option are: values between 1 and 52 inclusive. |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用する プロファイル。 |
29 -Jun- 2021にMongoDB CLIによって自動生成