# /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this file. # for TiVo: This file doesn't use a user field like system-wide crontabs # normally do. Everything runs at uid 0 (not that it matters for TiVo). SHELL=/bin/sh #PATH=/sbin:/bin:/usr/sbin:/usr/bin:/hack/bin:/tivo-bin PATH=/devbin:/hack/bin:/bin:/sbin:/tvbin # The following environment variables are needed for many tcl scripts to # run. Thanks to AlphaWolf for troubleshooting this. MFS_DEVICE=/dev/hda10 TIVO_ROOT="" # Actual crontab entries below. This sample should append a date to # a file every ten minutes. # m h dom mon dow command #*/10 * * * * touch /hack/touch.test #10 02 * * * fixtime.cron #59 04 * * 1 backup_hack #0 8 * * 1-5 dailymail.tcl &