1Return codes
2~~~~~~~~~~~~
3
4Borg can exit with the following return codes (rc):
5
6=========== =======
7Return code Meaning
8=========== =======
90           success (logged as INFO)
101           warning (operation reached its normal end, but there were warnings --
11            you should check the log, logged as WARNING)
122           error (like a fatal error, a local or remote exception, the operation
13            did not reach its normal end, logged as ERROR)
14128+N       killed by signal N (e.g. 137 == kill -9)
15=========== =======
16
17If you use ``--show-rc``, the return code is also logged at the indicated
18level as the last log entry.
19