|
@@ -4,7 +4,9 @@ Script zum Herunterladen der aktuellen Konfiguration aller TP-Link Switche im Ha
|
|
|
|
|
|
|
|
Installation:
|
|
Installation:
|
|
|
|
|
|
|
|
|
|
+```
|
|
|
apt install expect
|
|
apt install expect
|
|
|
-mkdir /switchbackup
|
|
|
|
|
|
|
+mkdir -p /switchbackup/tp-link
|
|
|
git clone http://git.klenzel.net/daniel/switch-backup
|
|
git clone http://git.klenzel.net/daniel/switch-backup
|
|
|
-chmod +x get-conf.sh backup.sh
|
|
|
|
|
|
|
+chmod +x get-conf.sh backup.sh
|
|
|
|
|
+```
|