crontab

# /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
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user  command
30 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
0 8     * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
0 7     * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
0 6     1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )

# TEMPREAPER
10 *    * * *   root    tmpreaper 1d /var/samba/austausch/

# STOREBACKUP
0 15    * * *   root    /usr/bin/storeBackup -f /etc/storebackup.d/backup-everything.conf
# 00 6    * * *   root    /usr/bin/storeBackup -f /etc/storebackup.d/backup-media.conf
# 00 18   * * *   root    /usr/bin/storeBackup -f /etc/storebackup.d/backup-privat-und-firma.conf
0 16    * * *   root    /usr/bin/storeBackup -f /etc/storebackup.d/backup-owncloud.conf
0 17    * * *   root    /usr/bin/storeBackup -f /etc/storebackup.d/backup-franziska.conf

# Check die BBU des 3ware Controllers
0  0    1 * *   root    /usr/sbin/tw_cli /c2/bbu test quiet

# Check Cron
* * * * *       root    /root/scripts/check-cron/check-cron.sh