Rephrase documentation and link to docs on exit codes feature (#798).

This commit is contained in:
Dan Helfman 2024-01-21 14:47:21 -08:00
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`.