From 16525258586483a9bae7610837ef9d8ce6979cf2 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Wed, 22 Feb 2017 15:28:27 +0100 Subject: [PATCH] docs: clarify metadata kind, manifest ops --- docs/internals.rst | 10 +++++----- docs/internals/data-structures.rst | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/internals.rst b/docs/internals.rst index 7cfb055c7..cfbc679e8 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -23,10 +23,10 @@ represent individual backups that contain a full archive of the files specified when the backup was performed. 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 -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 `, which is a +hash-table of all chunks that already exist. diff --git a/docs/internals/data-structures.rst b/docs/internals/data-structures.rst index 4d4d5ea94..a76f14e1b 100644 --- a/docs/internals/data-structures.rst +++ b/docs/internals/data-structures.rst @@ -154,7 +154,7 @@ Each archive info contains: * time 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: