Files
shell_portainer_stack_backup/settings.env
2026-01-25 15:06:20 +01:00

18 lines
439 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ==========================================
# 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