Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

jsmeix
Copy link
Member

@jsmeix jsmeix commented Aug 5, 2020

In 500_make_backup.sh fixed the exit code logic that I had messed up via
2674807
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. #2465

In 500_make_backup.sh fixed what I did wrong in
2674807
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. #2465
@jsmeix jsmeix added enhancement Adaptions and new features bug The code does not do what it is meant to do labels Aug 5, 2020
@jsmeix jsmeix added this to the ReaR v2.7 milestone Aug 5, 2020
@jsmeix jsmeix self-assigned this Aug 5, 2020
@jsmeix jsmeix requested a review from rmetrich August 5, 2020 13:53
@jsmeix
Copy link
Member Author

jsmeix commented Aug 7, 2020

This pull request is obsoleted by
#2470
and
#2466

@jsmeix jsmeix closed this Aug 7, 2020
@jsmeix jsmeix deleted the 500_make_backup-fix-plus-issue2465 branch August 7, 2020 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The code does not do what it is meant to do enhancement Adaptions and new features won't fix / can't fix / obsolete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant