mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
Merge pull request #1334 from enkore/issue/1333
faq: 'A' unchanged file; remove ambiguous entry age sentence.
This commit is contained in:
commit
95ce40b1a4
1 changed files with 2 additions and 5 deletions
|
@ -336,11 +336,8 @@ I am seeing 'A' (added) status for a unchanged file!?
|
||||||
|
|
||||||
The files cache is used to determine whether |project_name| already
|
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
|
"knows" / has backed up a file and if so, to skip the file from
|
||||||
chunking. It does intentionally *not* contain files that:
|
chunking. It does intentionally *not* contain files that have a modification
|
||||||
|
time (mtime) same as the newest mtime in the created archive.
|
||||||
- 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
|
|
||||||
archive
|
|
||||||
|
|
||||||
So, if you see an 'A' status for unchanged file(s), they are likely the files
|
So, if you see an 'A' status for unchanged file(s), they are likely the files
|
||||||
with the most recent mtime in that archive.
|
with the most recent mtime in that archive.
|
||||||
|
|
Loading…
Reference in a new issue