# min hour day month weekday command
0 3 * * * /usr/bin/php /app/backup.php # every day at 3:00
*/15 * * * * curl https://api.example.com/ping # every 15 minFive fields: minutes (0–59), hours (0–23), day of month (1–31), month (1–12), day of week (0–7, where 0 and 7 are Sunday). * means "any value"; */N means "every N".
command >> /var/log/job.log 2>&1