You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add fixed size chunking and allow fine-tune of rabin chunking (#422)
Adds following extensions to the in-repo config file and implements it
accordingly:
- rabin chunker allows to set minimum, maximum and average chunk size
- additionally possible to use fixed-size chunking with a configurable
size
This PR implements restic/restic#5470 which
specifies these options in the restic design document.
0 commit comments