1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-31 03:31:41 +00:00

clarify documentation on the A status oddity

This commit is contained in:
Antoine Beaupré 2015-11-23 19:43:41 -05:00
parent a75d77226b
commit af7b17960e

View file

@ -168,9 +168,9 @@ repo. It will then be able to check using CRCs and HMACs.
I am seeing 'A' (added) status for a unchanged file!?
-----------------------------------------------------
The files cache (which is used to determine whether |project_name| already
"knows" / has backed up a file and if so, to skip the file from chunking)
does intentionally *not* contain files that:
The files cache is used to determine whether |project_name| already
"knows" / has backed up a file and if so, to skip the file from
chunking. It does intentionally *not* contain files that:
- have >= 10 as "entry age" (|project_name| has not seen this file for a while)
- have a modification time (mtime) same as the newest mtime in the created
@ -191,6 +191,10 @@ will often be the same and already stored in the repo (except in the above
mentioned rare condition), it will just re-use them as usual and not store new
data chunks.
Since only the files cache is used in the display of files status,
those files are reported as being added when, really, chunks are
already used.
Why was Borg forked from Attic?
-------------------------------