Add setup.sh with nightly systemd timer; move key and excludes into /opt/backup
This commit is contained in:
parent
99c716d35b
commit
2db05c9bb6
6 changed files with 151 additions and 27 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue