0 2 * * * /usr/local/bin/backup.sh

Category: Self-Hosting

0 2 * * * /usr/local/bin/backup.sh

Cron syntax: run a backup script every day at 2 AM — paste this line inside crontab -e

A cron schedule expression meaning 'every day at 2:00 AM'. The five fields are: minute, hour, day-of-month, month, day-of-week.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.