This commit is contained in:
2026-01-25 15:06:20 +01:00
parent 62402014c1
commit 996148410d
2 changed files with 181 additions and 0 deletions

17
settings.env Normal file
View File

@@ -0,0 +1,17 @@
# ==========================================
# Portainer Stack Backup Settings
# ==========================================
# Portainer Verbindung
PORTAINER_URL="https://192.168.178.25:9443"
# Portainer API Key
API_KEY="ptr_QX6nhHj2A9wF/XD4wEQ6z/b+udOkIC3Ocao+bC1PP7M="
# Zielverzeichnis für Backups
OUT_DIR="/home/thorsten/Schreibtisch/Backup"
# Archiv erstellen?
# 1 = tar.gz erzeugen
# 0 = nur Ordner behalten
CREATE_ARCHIVE=1