added contrib files

This commit is contained in:
Bart Sjerps
2026-06-06 20:00:50 +02:00
parent d805a5d27b
commit f77387ad1b
5 changed files with 104 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
API_KEY=
URL1=https://phantom1.lan:53443
URL2=https://phantom2.lan:53443
curl --insecure --header "Authorization: Bearer $API_KEY" "$URL1/api/settings/backup?scopes=true&stats=true&zones=true&allowedZones=true&blockedZones=true&dnsSettings=true&logSettings=true&authConfig=true" -o technitium_1_backup.zip
curl --insecure --header "Authorization: Bearer $API_KEY" "$URL2/api/settings/backup?scopes=true&stats=true&zones=true&allowedZones=true&blockedZones=true&dnsSettings=true&logSettings=true&authConfig=true" -o technitium_2_backup.zip