#1017 PR closed: older tar does not support --test-label (issue1014)

Labels: won't fix / can't fix / obsolete

jsmeix opened issue at 2016-09-28 14:52:

implemented suggestion in
https://github.com/rear/rear/issues/1014#issuecomment-250180631

jsmeix commented at 2016-09-28 14:54:

@gdha
it definitely needs further improvement because
now the if condition has become useless:

if is_true "$BACKUP_PROG_CRYPT_ENABLED" ; then
    ...
    BASE=$BASEDIR/$(cat $BASEDIR/basebackup.txt)
else
    BASE=$BASEDIR/$(cat $BASEDIR/basebackup.txt)
fi

jsmeix commented at 2016-09-28 15:01:

Oops!
I did it duplicate.
We already have
https://github.com/rear/rear/pull/1016


[Export of Github issue for rear/rear.]