SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # run-parts 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly 23 8 * * * root /root/backup.sh 0 4 * * 6 root dump -0 -f /extra/level0.dump / 0 4 * * 1,2,4,5 root dump -3 -f /extra/level3.dump / 0 4 * * 3 root dump -1 -f /extra/level1.dump /