#2472 PR closed: Fixed exit logic in 500_make_backup.sh plus issue 2465

Labels: enhancement, bug, won't fix / can't fix / obsolete

jsmeix opened issue at 2020-08-05 13:53:

In 500_make_backup.sh fixed the exit code logic that I had messed up via
https://github.com/rear/rear/commit/2674807f6ad48da80b193ae977d345ad2ef5fdd1
where I had removed the BACKUP_PROG_CRYPT_OPTIONS="cat"
which breaks the exit code logic around pipes_rc=( ${PIPESTATUS[@]} )
because backup_prog_shortnames does no longer match.

Additionally filter informational tar messages from output
cf. https://github.com/rear/rear/issues/2465

jsmeix commented at 2020-08-07 10:57:

This pull request is obsoleted by
https://github.com/rear/rear/pull/2470
and
https://github.com/rear/rear/pull/2466


[Export of Github issue for rear/rear.]