1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-07 15:08:44 +00:00

typo: notes.rst

This commit is contained in:
Marc Kohaupt 2023-12-22 08:35:40 +01:00 committed by Thomas Waldmann
parent 49d7e74f97
commit 05fa6fcab2
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -14,7 +14,7 @@ resource usage (RAM and disk space) as the amount of resources needed is
(also) determined by the total amount of chunks in the repository (see
:ref:`cache-memory-usage` for details).
``--chunker-params=buzhash,10,23,16,4095`` results in a fine-grained deduplication|
``--chunker-params=buzhash,10,23,16,4095`` results in a fine-grained deduplication
and creates a big amount of chunks and thus uses a lot of resources to manage
them. This is good for relatively small data volumes and if the machine has a
good amount of free RAM and disk space.