forked from TrueCloudLab/restic
Merge pull request #4914 from drdo/minor-correction-design-doc
doc: Update index explanation to match the example
This commit is contained in:
commit
a8fc67d68b
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@ of a JSON document like the following:
|
||||||
}
|
}
|
||||||
|
|
||||||
This JSON document lists Packs and the blobs contained therein. In this
|
This JSON document lists Packs and the blobs contained therein. In this
|
||||||
example, the Pack ``73d04e61`` contains two data Blobs and one Tree
|
example, the Pack ``73d04e61`` contains three data Blobs,
|
||||||
blob, the plaintext hashes are listed afterwards. The ``length`` field
|
the plaintext hashes are listed afterwards. The ``length`` field
|
||||||
corresponds to ``Length(encrypted_blob)`` in the pack file header.
|
corresponds to ``Length(encrypted_blob)`` in the pack file header.
|
||||||
Field ``uncompressed_length`` is only present for compressed blobs and
|
Field ``uncompressed_length`` is only present for compressed blobs and
|
||||||
therefore is never present in version 1 of the repository format. It is
|
therefore is never present in version 1 of the repository format. It is
|
||||||
|
|
Loading…
Reference in a new issue