Edit cron jobs with crontab -e
.
# Every hour
0 * * * *
# Every half hour
*/30 * * * *
# Every hour between certain hours
0 9-17 * * *
Quellen
Crontab Log: How to Log the Output of My Cron Script
Crontab.guru - The cron schedule expression editor