2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-25 20:12:36 +00:00
restic/internal/pack
Michael Eischer a6e9e08034 Account for pack header overhead at each entry
This will miss the pack header crypto overhead and the length field,
which only amount to a few bytes per pack file.
2022-07-02 18:55:58 +02:00
..
doc.go Moves files 2017-07-23 14:19:13 +02:00
pack_internal_test.go pack: slightly expand testing of compressed blobs 2022-04-30 11:34:10 +02:00
pack_test.go repository: implement pack compression 2022-04-30 11:34:10 +02:00
pack.go Account for pack header overhead at each entry 2022-07-02 18:55:58 +02:00