Skip to content
Discussion options

You must be logged in to vote

For borg exit codes, the difference is like:

  • an error is something fatal and borg immediately terminates with an rc in the error range
  • a warning is something notable, but borg usually will continue (e.g. borg create can not read one file, will emit a warning, but will continue backing up other files) and then, after it has processed the last file, terminate with an rc in the warning range.

So, for that one file, there was an error, but overall it resulted only in a warning msg and warning rc.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chocmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants