9 lines
356 B
Plaintext
9 lines
356 B
Plaintext
|
SHELL=/bin/sh
|
||
|
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin/:/usr/local/sbin/
|
||
|
# Order of crontab fields
|
||
|
# minute hour mday month wday command
|
||
|
# Reference: https://www.freebsd.org/doc/handbook/configtuning-cron.html
|
||
|
# Reference: crontab(5).
|
||
|
@weekly lerentis cron_mail restic_backup.sh
|
||
|
@monthly lerentis cron_mail restic_check.sh
|