]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/cron/crontab
"Update Booster" fertiggestellt und getestet.
[people/pmueller/ipfire-2.x.git] / config / cron / crontab
CommitLineData
cd1a2927 1#
4e565351 2# crontab for ipfire
cd1a2927
MT
3#
4SHELL=/bin/bash
5PATH=/sbin:/bin:/usr/sbin:/usr/bin
6MAILTO=root
7HOME=/
8
649fd295
MT
9# Do all jobs in this directories
10*/1 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.minutely
11*/5 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.cyclic
1201 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.hourly
1325 1 * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.daily
1447 2 * * 0 test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.weekly
1552 3 1 * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.monthly
16
cd1a2927
MT
17# Log rotation
1801 * * * * /usr/sbin/logrotate /etc/logrotate.conf
19
cd1a2927
MT
20# Set time
21*/5 * * * * /usr/local/bin/timecheck > /dev/null 2>&1
22
23# Summarize ip accounting info:
242 1 * * * /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the day 2 days ago" >/dev/null
253 1 * * 0 /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the week 4 weeks ago" >/dev/null
264 1 1 2 * /usr/sbin/ipacsum -r -H `/bin/hostname` -t "the year 2 years ago" >/dev/null
27
28# Make some nice graphs
29*/5 * * * * /usr/local/bin/makegraphs >/dev/null
30
31# Force update the dynamic dns registration once a week
32# Force update even if IP has not changed once a month if 'minimize update' selected in GUI
33# to avoid account declared as dead
33a31f1a
MT
34*/5 * * * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/setddns.pl
359 2 * * 0 [ -f "/var/ipfire/red/active" ] && /usr/local/bin/setddns.pl -f
363 2 1 * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/setddns.pl -f -m
cd1a2927
MT
37
38# Logwatch
3901 0 * * * /usr/local/bin/logwatch > /var/log/logwatch/`date -I -d yesterday`; \
33a31f1a 40 LOGWATCH_KEEP=$(sed -ne 's/^LOGWATCH_KEEP=\([0-9]\+\)$/\1/p' /var/ipfire/logging/settings); \
cd1a2927 41 find /var/log/logwatch/ -ctime +${LOGWATCH_KEEP=56} -exec rm -f '{}' ';'
6c666a3b
MT
42
43# hddshutdown
4e565351 4402 * * * * /usr/local/bin/hddshutdown >/dev/null
10e4f239 45
46c01c09
MT
46# connection-scheduler
47*/5 * * * * /usr/local/bin/connscheduler timer > /dev/null
48
49# URL Filter && Update Accelerator
10e4f239
MT
50%nightly * 3-5 /var/ipfire/urlfilter/autoupdate/cron.daily
51%weekly * 3-5 /var/ipfire/urlfilter/autoupdate/cron.weekly
52%monthly * 3-5 * /var/ipfire/urlfilter/autoupdate/cron.monthly
46c01c09
MT
53%nightly * 3-5 /var/ipfire/updatexlrator/autocheck/cron.daily
54%weekly * 3-5 /var/ipfire/updatexlrator/autocheck/cron.weekly
55%monthly * 3-5 * /var/ipfire/updatexlrator/autocheck/cron.monthly
77d211a7
MT
56
57# Reset Dialup Statistics
580 0 1 * * /usr/local/bin/dialctrl.pl reset