Rephrase documentation and link to docs on exit codes feature (#798).
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-01-21 14:47:21 -08:00
parent 5f921a7f80
commit f9998b50e8
2 changed files with 5 additions and 3 deletions

View File

@@ -82,5 +82,5 @@ a backup file is not found:
terminating with warning status, rc 107
```
The exit status to use in that case would be `107` if you want to configure
borgmatic to treat it as an error.
So if you want to configure borgmatic to treat this as an error instead of a
warning, the exit status to use is `107`.