mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
docs: document error handling in borg create, fixes #4912
This commit is contained in:
parent
1d420a9a61
commit
0e94055d27
1 changed files with 14 additions and 0 deletions
|
|
@ -3748,6 +3748,20 @@ class Archiver:
|
|||
Therefore, when using ``--one-file-system``, you should double-check that the backup works as intended.
|
||||
|
||||
|
||||
Error handling
|
||||
++++++++++++++
|
||||
|
||||
When Borg encounters a file or directory it cannot read (e.g., due to permission
|
||||
denied, or another process holding an exclusive lock on Windows), it will:
|
||||
|
||||
- Log a warning message.
|
||||
- Skip that file or directory and continue backing up the remaining files.
|
||||
- Exit with a Warning RC at the end of the operation.
|
||||
|
||||
This ensures that a single problematic file does not abort your entire backup.
|
||||
You should check your logs for these warnings to ensure that all important data
|
||||
is being backed up.
|
||||
|
||||
.. _list_item_flags:
|
||||
|
||||
Item flags
|
||||
|
|
|
|||
Loading…
Reference in a new issue