From deb846ad19497d72828dd529dc16adc2246eb1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 29 Mar 2026 18:00:08 +0000 Subject: [PATCH] modified: deploy/backups/.env.d/secrets.example --- deploy/backups/.env.d/secrets.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/backups/.env.d/secrets.example b/deploy/backups/.env.d/secrets.example index b5b097b..f4bee35 100644 --- a/deploy/backups/.env.d/secrets.example +++ b/deploy/backups/.env.d/secrets.example @@ -1,6 +1,6 @@ -PBS_REPOSITORY="pbs repository" -PBS_PASSWORD="pbs access password" -PBS_FINGERPRINT="00:00:00:00:00" # the pbs finger print +PBS_REPOSITORY=xxx@pbs@server_address:collection +PBS_PASSWORD=pbs access password +PBS_FINGERPRINT=00:00:00:00:00 # pbs server fingerprint BORG_REPO="ssh://user@server/path" # required by offsite backup BORG_PASSPHRASE="borg passphrase" # required by offsite backup OFFSITE_TARGET_FOLDER="test:target_path" # follow rclone naming convention