Skip to content

Commit

Permalink
implemented suggestion in rear#1014 (comment) (issue 1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmeix committed Sep 28, 2016
1 parent 35975df commit 9c3cf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/restore/NETFS/default/40_restore_backup.sh
Expand Up @@ -50,7 +50,7 @@ case "$BACKUP_PROG" in
# will be modified as well - see issue #952)
BASE=$BASEDIR/$(cat $BASEDIR/basebackup.txt)
else
BASE=$BASEDIR/$(tar --test-label -f "$restorearchive")
BASE=$BASEDIR/$(cat $BASEDIR/basebackup.txt)
fi
if [ "$BASE" == "$LAST" ]; then
Log dd if=$BASE \| $BACKUP_PROG_DECRYPT_OPTIONS $BACKUP_PROG_CRYPT_KEY \| $BACKUP_PROG --block-number --totals --verbose $BACKUP_PROG_OPTIONS "${BACKUP_PROG_COMPRESS_OPTIONS[@]}" -C $TARGET_FS_ROOT/ -x -f -
Expand Down

0 comments on commit 9c3cf82

Please sign in to comment.