2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-17 16:22:23 +00:00

Fix indenting

This commit is contained in:
Alexander Neumann 2015-04-09 19:59:16 +02:00
parent 874d6ee2fe
commit b99474154c

View File

@ -123,14 +123,14 @@ The index blobs are encrypted and signed like data and tree blobs, so the outer
structure is `IV || Ciphertext || MAC` again. The plaintext consists of a JSON structure is `IV || Ciphertext || MAC` again. The plaintext consists of a JSON
document like the following: document like the following:
{ {
"73d04e6125cf3c28a299cc2f3cca3b78ceac396e4fcf9575e34536b26782413c": "73d04e6125cf3c28a299cc2f3cca3b78ceac396e4fcf9575e34536b26782413c":
[ [
"3ec79977ef0cf5de7b08cd12b874cd0f62bbaf7f07f3497a5b1bbcc8cb39b1ce", "3ec79977ef0cf5de7b08cd12b874cd0f62bbaf7f07f3497a5b1bbcc8cb39b1ce",
"9ccb846e60d90d4eb915848add7aa7ea1e4bbabfc60e573db9f7bfb2789afbae", "9ccb846e60d90d4eb915848add7aa7ea1e4bbabfc60e573db9f7bfb2789afbae",
"d3dc577b4ffd38cc4b32122cabf8655a0223ed22edfd93b353dc0c3f2b0fdf66" "d3dc577b4ffd38cc4b32122cabf8655a0223ed22edfd93b353dc0c3f2b0fdf66"
] ]
} }
This JSON document lists all the blobs with the contents. In this example, the This JSON document lists all the blobs with the contents. In this example, the
blob `73d04e61` contains three chunks, the plaintext hashes are listed afterwards. blob `73d04e61` contains three chunks, the plaintext hashes are listed afterwards.