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.