blob: babcea18d7bc64468f89b1b4ab743f71a39ef265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
MAILTO="root"
####################################################################
#minute (0-59), #
#| hour (0-23), #
#| | day of the month (1-31), #
#| | | month of the year (1-12), #
#| | | | day of the week (0-6 with 0=Sunday)#
#| | | | | commands #
####################################################################
*/5 * * * * /arch/cron-jobs/adjust-permissions
00 21 * * * /arch/cron-jobs/createFileList >/dev/null 2>&1
00 23 * * * /arch/cron-jobs/sourceballs
00 */3 * * * /arch/cron-jobs/ftpdir-cleanup | /arch/cron-jobs/devlist-mailer
|