From ddd93c5828e52c40643a325119ff552326a1a7eb Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 4 Jul 2023 23:39:44 +0200 Subject: [PATCH] docs: remove --chunker-params hint to borg < 1.0 --- docs/internals/data-structures.rst | 2 +- docs/usage/create.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/internals/data-structures.rst b/docs/internals/data-structures.rst index f0fc93231..c8d819599 100644 --- a/docs/internals/data-structures.rst +++ b/docs/internals/data-structures.rst @@ -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 diff --git a/docs/usage/create.rst b/docs/usage/create.rst index 8bc4c89a4..f2ff4966a 100644 --- a/docs/usage/create.rst +++ b/docs/usage/create.rst @@ -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)