Update Restic backup configuration scripts to reflect what is currently deployed.

This commit is contained in:
2026-04-08 11:09:03 -04:00
parent 9fff42a887
commit ce28b38601
3 changed files with 5 additions and 5 deletions

View File

@@ -10,9 +10,9 @@
# The restic repository encryption key
export RESTIC_PASSWORD_FILE="{{ INSTALL_PREFIX }}/etc/restic/pw.txt"
export RESTIC_PASSWORD_FILE="/etc/restic/pw.txt"
# The global restic exclude file
export RESTIC_BACKUP_EXCLUDE_FILE="{{ INSTALL_PREFIX }}/etc/restic/backup_exclude.txt"
export RESTIC_BACKUP_EXCLUDE_FILE="/etc/restic/backup_exclude.txt"
# Backblaze B2 credentials keyID & applicationKey pair.
# Restic environment variables are documented at https://restic.readthedocs.io/en/latest/040_backup.html#environment-variables
@@ -31,7 +31,7 @@ export RESTIC_BACKUP_EXTRA_ARGS=
export RESTIC_VERBOSITY_LEVEL=0
# (optional, uncomment to enable) Backup summary stats log: snapshot size, etc. (empty/unset won't log)
#export RESTIC_BACKUP_STATS_DIR="{{ INSTALL_PREFIX }}/var/log/restic-automatic-backup-scheduler"
#export RESTIC_BACKUP_STATS_DIR="/var/log/restic-automatic-backup-scheduler"
# (optional) Desktop notifications. See README and restic_backup.sh for details on how to set this up (empty/unset means disabled)
export RESTIC_BACKUP_NOTIFICATION_FILE=

View File

@@ -12,7 +12,7 @@
# $ restic --repo ... --password-file ...
# shellcheck source=etc/restic/_global.env.sh
. "{{ INSTALL_PREFIX }}/etc/restic/_global.env.sh"
. "/etc/restic/_global.env.sh"
# Envvars below will override those in _global.env.sh if present.

View File

@@ -1 +1 @@
fJbPEg78Dpx5UM
fJbPEg78Dpx5UM