2023-12-24 14:36:54 -08:00
|
|
|
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/homebrew/bin
|
2022-11-29 22:26:34 -08:00
|
|
|
|
2023-12-24 14:36:54 -08:00
|
|
|
*/5 * * * * command -v autorestic > /dev/null && autorestic --ci cron > /tmp/autorestic-system.log 2>&1
|
2022-11-29 22:26:34 -08:00
|
|
|
|
|
|
|
# * * * * * command to be executed
|
|
|
|
# ┯ ┯ ┯ ┯ ┯
|
|
|
|
# │ │ │ │ │
|
|
|
|
# │ │ │ │ ╰───── day of week (0 - 6) (Sunday=0)
|
|
|
|
# │ │ │ ╰─────── month (1 - 12)
|
|
|
|
# │ │ ╰───────── day of month (1 - 31)
|
|
|
|
# │ ╰─────────── hour (0 - 23)
|
|
|
|
# ╰───────────── min (0 - 59)
|