User Tools

Site Tools


pages:scripts:crontab

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

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/scripts/crontab.txt · Last modified: 2022/12/31 00:11 by Heiko Mischer