Skip to content

Commit

Permalink
Fixed #781
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Sep 25, 2024
1 parent d064589 commit a902cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspiBackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6001,7 +6001,7 @@ function restore() {
logItem "Excluding excludePattern"
local progressFlag=""
(( $PROGRESS && $INTERACTIVE )) && progressFlag="--info=progress2"
local cmd="rsync $progressFlag --numeric-ids ${RSYNC_BACKUP_OPTIONS}${verbose} ${RSYNC_BACKUP_ADDITIONAL_OPTIONS} $excludePattern \"$ROOT_RESTOREFILE/\" $MNT_POINT"
local cmd="rsync $progressFlag --numeric-ids ${RSYNC_BACKUP_OPTIONS} ${verbose} ${RSYNC_BACKUP_ADDITIONAL_OPTIONS} $excludePattern \"$ROOT_RESTOREFILE/\" $MNT_POINT"
executeRsync "$cmd"
rc=$?
;;
Expand Down

0 comments on commit a902cec

Please sign in to comment.