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
@@ -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.