backups borgbackup: remove dry-run from restore

This commit is contained in:
lassulus
2023-12-16 20:57:53 +01:00
parent e1094742d3
commit a36743fcd9

View File

@@ -83,7 +83,7 @@ in
set -efu set -efu
cd / cd /
IFS=';' read -ra FOLDER <<< "$FOLDERS" IFS=';' read -ra FOLDER <<< "$FOLDERS"
yes y | borg-job-"$JOB" extract --list --dry-run "$LOCATION"::"$ARCHIVE_ID" "''${FOLDER[@]}" yes y | borg-job-"$JOB" extract --list "$LOCATION"::"$ARCHIVE_ID" "''${FOLDER[@]}"
''; '';
}; };
}; };