Add crontab syntax

This commit is contained in:
Keith Hall
2023-03-17 22:48:12 +02:00
parent d20405b975
commit b65a02681a
5 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
0 2 * * * /bin/sh backup.sh
*/10 * * * * /home/maverick/check-disk-space
0 5,17 * * * /scripts/script.sh
0 2 * * sun [ $(date +%d) -le 07 ] && /script/script.sh
@daily /scripts/script.sh
@reboot /scripts/script.sh
MAIL=bob