how to create snapshot routine in AWS

0

When generating a crontab it tells me that the crontab I typed is not valid. I need it to generate from Monday to Friday from 10 to 22 UTC, every 10 minutes.

Can anyone help me?

I tried this crontab:

0/10 10-22 ** ** MON-FRI *

質問済み 5年前178ビュー
1回答
0
承認された回答

It is not quite clear your cron is running within your on-premise Linux-dist, or you are generating the cron in AWS native cloudwatch rule for snapshot. I believe the later scenario is more AWS-style. If yes, the correct syntax is 0/10 10-22 ? ** MON-FRI ** (It should be ? if you need any day of Month/Week)

回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ