From a3815034e11144e56a40f0c7a9b6bce5f719882f Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sun, 4 Jun 2017 18:28:23 +0200 Subject: [PATCH] docs: internals: terms/glossary TODO --- docs/internals/data-structures.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/internals/data-structures.rst b/docs/internals/data-structures.rst index 7c546cc8e..b355efa3c 100644 --- a/docs/internals/data-structures.rst +++ b/docs/internals/data-structures.rst @@ -6,6 +6,10 @@ Data structures and file formats ================================ +.. todo:: Clarify terms, perhaps create a glossary. + ID (client?) vs. key (repository?), + chunks (blob of data in repo?) vs. object (blob of data in repo, referred to from another object?), + .. _repository: Repository @@ -323,7 +327,7 @@ The archive object itself further contains some metadata: When :ref:`borg_check` rebuilds the manifest (e.g. if it was corrupted) and finds more than one archive object with the same name, it adds a counter to the name in the manifest, but leaves the *name* field of the archives as it was. -* *items*, a list of chunk IDs containing item metadata (size: count * ~31B) +* *items*, a list of chunk IDs containing item metadata (size: count * ~33B) * *cmdline*, the command line which was used to create the archive * *hostname* * *username*