dev/bash/backup/crontab.conf

5 lines
139 B
Plaintext

SHELL=/bin/bash
MAILTO=root
00 7 */3 * * (/root/backup_all >/dev/null 2>&1)&
00 */3 * * * (/usr/local/sbin/Update >/root/Update.log 2>&1)&