modified: deploy/backups/.env.d/secrets.example
All checks were successful
/ continuous-deploy (push) Successful in 25s

This commit is contained in:
Márcio Fernandes
2026-03-29 18:00:08 +00:00
parent 4287af948b
commit deb846ad19

View File

@@ -1,6 +1,6 @@
PBS_REPOSITORY="pbs repository" PBS_REPOSITORY=xxx@pbs@server_address:collection
PBS_PASSWORD="pbs access password" PBS_PASSWORD=pbs access password
PBS_FINGERPRINT="00:00:00:00:00" # the pbs finger print PBS_FINGERPRINT=00:00:00:00:00 # pbs server fingerprint
BORG_REPO="ssh://user@server/path" # required by offsite backup BORG_REPO="ssh://user@server/path" # required by offsite backup
BORG_PASSPHRASE="borg passphrase" # required by offsite backup BORG_PASSPHRASE="borg passphrase" # required by offsite backup
OFFSITE_TARGET_FOLDER="test:target_path" # follow rclone naming convention OFFSITE_TARGET_FOLDER="test:target_path" # follow rclone naming convention