Ich habe folgendes Problem mit meinen cronjobs.
Alles cronjobs werden 2 mal ausgeführt.
Code: Alles auswählen
# /etc/crontab: system-wide crontab
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
6 * * * * root run-parts --report /etc/cron.hourly
54 2 * * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
31 7 * * 7 root test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
11 5 1 * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly
#
1 7 * * * root echo "`netstat -lnt`" | mail -s "ports" markus
1 7 * * * root echo "`ps -e`" | mail -s "processes" markus
59 23 * * * root /root/bin/bfalist.sh
15 3 * * 7 root /root/bin/backup.sh