-
Notifications
You must be signed in to change notification settings - Fork 219
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
The rsync 24 return code should not trigger a BIT failure #1506
Comments
THX for testing and reporting this issue! I think I will implement alternative 1 by logging the exit code 24 as I have also just checked the list of
I was hesitating on my opinion about the exit code 25 though - it could also be an info in BiT instead of an error ( Since the So I plead to treat exit code |
I have improved the code base and created the PR #1510 Now not only exit code 24 is logged as INFO (instead of ERROR) but also exit code 0 ("success") which was previously not logged in the snapshot log. Note: The branch name linked in this issue in the "development" block (top right) is wrong and I cannot change it anymore to the correct name so please ignore it and use the branch name of the PR... |
@jean-christophe-manciot Sorry, the commit you have used does not yet contain my fix, I have just merged it into the Note: The snapshot log entry should now look like this in case of exit code 24:
|
I am closing this issue now. The fix is contained in the upcoming release we are preparing in the upcoming week(s). Please open a new issue if something is still wrong. |
Using BIT ecf9312, I noticed that some snapshots fail and are consequently cancelled due to an
rsync warning
:It can be part of a normal live linux system to create some files temporarily before the backup starts and discard them before the end of the snapshot.
This warning should not cancel the entire backup.
I propose 2 alternatives:
bit-diags.txt
The text was updated successfully, but these errors were encountered: