Move borg dump staging to backup share

This commit is contained in:
2026-04-15 09:37:49 +02:00
parent d888d7394b
commit 8b8e96e32f
6 changed files with 336 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set -eu
# It refreshes the latest database dumps in a stable directory so Borg can
# version the dump artifacts instead of raw live database files.
DUMP_ROOT="${DUMP_ROOT:-/mnt/user/appdata/borg-ui/dumps}"
DUMP_ROOT="${DUMP_ROOT:-/mnt/user/backups/borg/dumps}"
LATEST_DIR="$DUMP_ROOT/latest"
TMP_DIR="$DUMP_ROOT/.tmp"
SHARED_PG_ADMIN_USER="${SHARED_PG_ADMIN_USER:-mailarchiver}"