dev/bash/backup/crontab.conf

5 lines
139 B
Plaintext
Raw Permalink Normal View History

2011-04-07 17:03:45 +04:00
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)&