# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly #Keine Ahnung
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) #Keine Ahnung
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) #Keine Ahnung
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) #Keine Ahnung
#Zeitabgleich -> benoetigt [apt-get install ntpdate]
0 8 * * * root ntpdate -s pool.ntp.org #Zeitabgleich (Taeglich um 08:00 Uhr)
#IPC
0 4 * * 5 root /var/emu/script/ipc-backup.sh full l 30 #Backup - Full (Woechentlich um 04:00, Freitag)
0 2 * * * root /var/emu/script/ipc-backup.sh conf l 14 #Backup - Konfiguration (Taeglich um 02:00)
0 6 * * * root /var/emu/script/ipc-set.sh #Rechte setzen (Taeglich um 06:00)
#CCcam
* * * * * root /var/emu/script/cccam-watchdog.sh #CCcam - Teste ob CCcam laeuft (jede Minute)
30 4 * * * root /var/emu/script/cccam restart #CCcam - EMU Neustart (Taeglich um 04:30)
* 5 * * * root /var/emu/script/cccam-cfgnl.sh #CCcam - Lade neue Konfiguration (Taeglich um 05:00)
#CCcamInfoPHP (Update,Ping,Online)
* * * * * root wget -o -
Sie müssen registriert sein, um Links zu sehen.
#CCcamInfoPHP - Update jede Minute funkt$
58 * * * * root wget -q --spider
Sie müssen registriert sein, um Links zu sehen.
#CCcamInfoPHP - PING jede Stunde
59 * * * * root wget -q --spider
Sie müssen registriert sein, um Links zu sehen.
#CCcamInfoPHP - Online jede Stun$
#Oscam
#*/5 * * * * root /var/emu/script/oscam-watchdog.sh #OSCam - Teste ob OSCam laeuft (alle 5 Minuten)
#29 4 * * * root /var/emu/script/oscam restart #OScam - EMU Neustart (Taeglich um 04:29)
#NewCS
#*/5 * * * * root /var/emu/script/newcs-watchdog.sh #NewCS - Teste ob NewCS laeuft (alle 5 Minuten)
#DynDNS Static Update -> benoetigt [apt-get install ddclient]
6 6 * * 1 root /usr/sbin/ddclient -force > /var/log/ipc/dyndns_update.log #Static DynDNS Update (Woechentlich um 0$
0 5 * * * root echo a | i os softkey.sh >/dev/null 2>&1 # Soll Aktuelle Keys Syncronisieren
hier meine Cronjobs nach dem weiterem Umbau