mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-24 03:15:08 -04:00
fix grammar in faq
This commit is contained in:
parent
9b3766674c
commit
e16b0ceeb7
1 changed files with 2 additions and 2 deletions
|
|
@ -818,8 +818,8 @@ I am seeing 'A' (added) status for an unchanged file!?
|
|||
|
||||
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 a timestamp
|
||||
same as the newest timestamp in the created archive.
|
||||
chunking. It intentionally *excludes* files that have a timestamp
|
||||
which is the same as the newest timestamp in the created archive.
|
||||
|
||||
So, if you see an 'A' status for unchanged file(s), they are likely the files
|
||||
with the most recent timestamp in that archive.
|
||||
|
|
|
|||
Loading…
Reference in a new issue