docs: remove --chunker-params hint to borg < 1.0

This commit is contained in:
Thomas Waldmann 2023-07-04 23:39:44 +02:00
parent 89cfd083ba
commit ddd93c5828
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
2 changed files with 2 additions and 3 deletions

View File

@ -793,7 +793,7 @@ For small hash tables, we start with a growth factor of 2, which comes down to
E.g. backing up a total count of 1 Mi (IEC binary prefix i.e. 2^20) files with a total size of 1TiB.
a) with ``create --chunker-params buzhash,10,23,16,4095`` (custom, like borg < 1.0):
a) with ``create --chunker-params buzhash,10,23,16,4095`` (custom):
mem_usage = 2.8GiB

View File

@ -36,8 +36,7 @@ Examples
$ fusermount -u sshfs-mount
# Make a big effort in fine granular deduplication (big chunk management
# overhead, needs a lot of RAM and disk space, see formula in internals
# docs - same parameters as borg < 1.0):
# overhead, needs a lot of RAM and disk space, see formula in internals docs):
$ borg create --chunker-params buzhash,10,23,16,4095 small /smallstuff
# Backup a raw device (must not be active/in use/mounted at that time)