mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
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
@ -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 New Issue
Block a user