forked from TrueCloudLab/restic
doc: Remove mixed pack files from index example
The example given for the format of an index shows a mixed pack file. Mixing tree and data blobs has been deprecated for a long time. Thus, change the pack to only contain "data" blobs.
This commit is contained in:
parent
f646406822
commit
00575ecffe
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ of a JSON document like the following:
|
|||
},
|
||||
{
|
||||
"id": "9ccb846e60d90d4eb915848add7aa7ea1e4bbabfc60e573db9f7bfb2789afbae",
|
||||
"type": "tree",
|
||||
"type": "data",
|
||||
"offset": 38,
|
||||
"length": 112,
|
||||
"uncompressed_length": 511,
|
||||
|
|
Loading…
Reference in a new issue