From 5caf747011430f7ad8c71a122f5890c52babc9ed Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 3 Dec 2023 00:27:19 +0100 Subject: [PATCH] update frontends.rst error/warning list --- docs/internals/frontends.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/internals/frontends.rst b/docs/internals/frontends.rst index 777a4964..d63f9786 100644 --- a/docs/internals/frontends.rst +++ b/docs/internals/frontends.rst @@ -643,7 +643,7 @@ Errors Key management not available for unencrypted repositories. UnknownKeyType rc: 47 traceback: no Key type {0} is unknown. - UnsupportedPayloadError rc: 48 traceback: no + UnsupportedPayloadError rc: 48 traceback: no Unsupported payload type {}. A newer version is required to access this repository. UnsupportedKeyFormatError rc: 49 traceback:no Your borg key is stored in an unsupported format. Try using a newer version of borg. @@ -709,14 +709,17 @@ Errors Warnings BorgWarning rc: 1 Warning: {} + BackupWarning rc: 1 + {}: {} + FileChangedWarning rc: 100 {}: file changed while we backed it up IncludePatternNeverMatchedWarning rc: 101 Include pattern '{}' never matched. BackupError rc: 102 - {}: {} + {}: backup error BackupRaceConditionError rc: 103 - Error: {} + {}: file type or inode changed while we backed it up (race condition, skipped file) BackupOSError rc: 104 {}: {} BackupPermissionError rc: 105