瀏覽代碼

docs: clarify metadata kind, manifest ops

Marian Beermann 8 年之前
父節點
當前提交
1652525858
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 5 5
      docs/internals.rst
  2. 1 1
      docs/internals/data-structures.rst

+ 5 - 5
docs/internals.rst

@@ -23,10 +23,10 @@ represent individual backups that contain a full archive of the files
 specified when the backup was performed.
 specified when the backup was performed.
 
 
 Deduplication is performed globally across all data in the repository
 Deduplication is performed globally across all data in the repository
-(multiple backups and even multiple hosts), both on data and metadata,
-using :ref:`chunks` created by the chunker using the Buzhash_
-algorithm.
+(multiple backups and even multiple hosts), both on data and file
+metadata, using :ref:`chunks` created by the chunker using the
+Buzhash_ algorithm.
 
 
 To actually perform the repository-wide deduplication, a hash of each
 To actually perform the repository-wide deduplication, a hash of each
-chunk is checked against the :ref:`cache`, which is a hash-table of
-all chunks that already exist.
+chunk is checked against the :ref:`chunks cache <cache>`, which is a
+hash-table of all chunks that already exist.

+ 1 - 1
docs/internals/data-structures.rst

@@ -154,7 +154,7 @@ Each archive info contains:
 * time
 * time
 
 
 It is the last object stored, in the last segment, and is replaced
 It is the last object stored, in the last segment, and is replaced
-each time an archive is added or deleted.
+each time an archive is added, modified or deleted.
 
 
 .. _archive:
 .. _archive: