hera: Change restic backup path

This commit is contained in:
2025-10-30 19:00:33 +01:00
parent 55ab0d203b
commit 44a1c5e6e3

View File

@@ -189,7 +189,7 @@
restic \ restic \
--cache-dir=/var/cache/restic/ \ --cache-dir=/var/cache/restic/ \
--repo="b2:${BUCKET_NAME}:backup" \ --repo="b2:${BUCKET_NAME}:hera" \
--password-file=/etc/restic/repopassword \ --password-file=/etc/restic/repopassword \
--verbose \ --verbose \
"${@}" "${@}"