mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
docs: move introduction sentence
This commit is contained in:
parent
52da719d30
commit
d495b0fe75
2 changed files with 6 additions and 3 deletions
|
@ -4,9 +4,8 @@
|
|||
Internals
|
||||
=========
|
||||
|
||||
This page documents the internal data structures and storage
|
||||
mechanisms of |project_name|. It is partly based on `mailing list
|
||||
discussion about internals`_ and also on static code analysis.
|
||||
The internals chapter describes and analyses most of the inner workings
|
||||
of Borg.
|
||||
|
||||
Borg uses a low-level, key-value store, the :ref:`repository`, and
|
||||
implements a more complex data structure on top of it, which is made
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
Data structures and file formats
|
||||
================================
|
||||
|
||||
This page documents the internal data structures and storage
|
||||
mechanisms of Borg. It is partly based on `mailing list
|
||||
discussion about internals`_ and also on static code analysis.
|
||||
|
||||
.. 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?),
|
||||
|
|
Loading…
Reference in a new issue