summaryrefslogtreecommitdiffstats
path: root/retiolum/doc/cronjob
blob: 3f640311f4bec09173c57bdfdcfc3a2460769424 (plain)
1
2
3
4
5
6
7
cron-eintrag fuer automatisches hosts-update

ueberschreibt keine bearbeitete host-dateien
if ping -c 1 euer.krebsco.de -W 5 &>/dev/null; then (curl http://euer.krebsco.de/retiolum/hosts.tar.gz | tar xzk -C /etc/tinc/retiolum/hosts/);fi

ueberschreibt bearbeitete hostdateien
if ping -c 1 euer.krebsco.de -W 5 &>/dev/null; then (curl http://euer.krebsco.de/retiolum/hosts.tar.gz | tar xz -C /etc/tinc/retiolum/hosts/);fi