Beschreibung angepasst

This commit is contained in:
Gerd Zelo 2020-04-25 15:32:41 +02:00
parent 2e37b24e86
commit 9b56a373d7
3 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
# /.../pi-hole-teleporter_Y-m-d_H-M-S.tar.gz --> Teleporter Sicherungsarchiv
#
# Installation: 1. Script downloaden:
# wget https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/backupPiholeSettings.sh
# wget -N https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/backupPiholeSettings.sh
# 2. Script mittels sudo chmod +x backupPiholeSettings.sh ausführbar machen.
#
# Installation: 1. Script mittels sudo cp backupPiholeSettings.sh /root nach /root kopieren.
@ -33,7 +33,7 @@
# Am Ende der Datei z.B. folgendes einfügen um das Script 2 x monatlich am 15. und 30. um 00:00 Uhr
# auszuführen:
#
# 0 0 */15 * * /root/backupPiholeSettings.sh /mnt/nas/rpi/ > /var/log/pihole/backupPiholeSettings.cron.log
# 0 0 */15 * * /root/backupPiholeSettings.sh /mnt/nas/rpi/ > /var/log/pihole/backupPiholeSettings.cron.log 2>&1
#
# 4. Datei speichern und schliessen (im nano Editor: Strg+o/Enter/Strg+x).
#

View File

@ -16,7 +16,7 @@
# /var/var/log/pihole/updatePihole.cron.log --> Logifile des Cron-Jobs
#
# Installation: 1. Script downloaden:
# wget https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/updatePihole.sh
# wget -N https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/updatePihole.sh
# 2. Script mittels sudo chmod +x updatePihole.sh ausführbar machen.
#
# Installation: 1. Script mittels sudo cp updatePihole.sh /root nach /root kopieren.
@ -25,7 +25,7 @@
# Am Ende der Datei z.B. folgendes einfuegen um das Script taeglich um 03:00 Uhr zu starten
# und eine Mail mit dem Gravity Update Bericht an "name@domain.xy" zu schicken:
#
# 0 3 * * * /root/updatePihole.sh name@domain.xy > /var/log/pihole/updatePihole.cron.log
# 0 3 * * * /root/updatePihole.sh name@domain.xy > /var/log/pihole/updatePihole.cron.log 2>&1
#
# 4. Datei speichern und schliessen. (im nano Editor: Strg+o/Enter/Strg+x).
#

View File

@ -11,7 +11,7 @@
# /var/log/updateUnboundRootHints.cron.log --> logfile cron job
#
# Installation: 1. Script downloaden:
# wget https://raw.githubusercontent.com/Zelo72/rpi/master/unbound/updateUnboundRootHints.sh
# wget -N https://raw.githubusercontent.com/Zelo72/rpi/master/unbound/updateUnboundRootHints.sh
# 2. Script mittels sudo chmod +x updateUnboundRootHints.sh ausführbar machen.
#
# Installation: 1. Script mittels sudo cp updateUnboundRootHints.sh /root nach /root kopieren.
@ -20,7 +20,7 @@
# Am Ende der Datei z.B. folgendes einfuegen um das Script monatlich am 1.
# um 04:00 Uhr auszuführen:
#
# 0 4 1 * * /root/updateUnboundRootHints.sh > /var/log/updateUnboundRootHints.cron.log
# 0 4 1 * * /root/updateUnboundRootHints.sh > /var/log/updateUnboundRootHints.cron.log 2>&1
#
# 4. Datei speichern und schliessen. (im nano Editor: Strg+o/Enter/Strg+x).