Fix: carry on despite temporary, random mount point

This commit is contained in:
maride 2024-08-09 00:11:04 +02:00
parent 59df19614b
commit d12ff58630

View File

@ -34,6 +34,7 @@ fi
# Backup # Backup
export BORG_PASSPHRASE export BORG_PASSPHRASE
export BORG_RELOCATED_REPO_ACCESS_IS_OK=yes
borg create --stats "$MOUNTPOINT::"'{now}' "$TARGET" borg create --stats "$MOUNTPOINT::"'{now}' "$TARGET"
borg list "$MOUNTPOINT" borg list "$MOUNTPOINT"