...
| Code Block | ||
|---|---|---|
| ||
┌───────────── minute │ ┌───────────── hour │ │ ┌───────────── day of the month │ │ │ ┌───────────── month │ │ │ │ ┌───────────── day of the week │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ * * * * * |
Above diagram courtesy of Wikipedia.
...
| Code Block | ||
|---|---|---|
| ||
Hourly message. Hourly message. Hourly message. |
If you don't care about the normal output of a cron job, and only want to be notified when it encountered an error, you can redirect the output to /dev/null.
...