Question about 'error' type exit codes in the 'warning' exit code range #8927
-
|
In the v1.x docs it lists exit codes for when the The docs group code What I was wondering is what makes them warnings vs being in the errors range? As it reads like some are non-ignorable and/or critical issues, while others seem more benign (eg: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
For borg exit codes, the difference is like:
So, for that one file, there was an error, but overall it resulted only in a warning msg and warning rc. |
Beta Was this translation helpful? Give feedback.
For borg exit codes, the difference is like:
So, for that one file, there was an error, but overall it resulted only in a warning msg and warning rc.