Add setup.sh with nightly systemd timer; move key and excludes into /opt/backup

This commit is contained in:
Christoph Haas 2026-09-19 20:36:47 +00:00
parent 99c716d35b
commit 2db05c9bb6
6 changed files with 151 additions and 27 deletions

View file

@ -23,7 +23,7 @@ export PBS_AUTH_ID="user@pbs!tokenname"
export PBS_PASSWORD="paste-token-secret-here"
# --- Client-side encryption key (passed via --keyfile) ---
ENCRYPTION_KEY_FILE="/etc/proxmox-backup/encryption-key.pem"
ENCRYPTION_KEY_FILE="/opt/backup/encryption-key.pem"
# --- Local hostname (used as backup-id and archive-name prefix) ---
HOSTNAME="$(hostname)"