1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 16:55:36 +00:00

internals.rst: fix typos

This commit is contained in:
Carlo Teubner 2016-06-25 22:38:47 +01:00 committed by Thomas Waldmann
parent f32c8858ad
commit 1c666222a7

View file

@ -48,7 +48,7 @@ Lock files
the repository. the repository.
The locking system is based on creating a directory `lock.exclusive` (for The locking system is based on creating a directory `lock.exclusive` (for
exclusive locks). Inside the lock directory, there is a file indication exclusive locks). Inside the lock directory, there is a file indicating
hostname, process id and thread id of the lock holder. hostname, process id and thread id of the lock holder.
There is also a json file `lock.roster` that keeps a directory of all shared There is also a json file `lock.roster` that keeps a directory of all shared
@ -338,7 +338,7 @@ more chunks than estimated above, because 1 file is at least 1 chunk).
If a remote repository is used the repo index will be allocated on the remote side. If a remote repository is used the repo index will be allocated on the remote side.
E.g. backing up a total count of 1 Mi (IEC binary prefix e.g. 2^20) files with a total size of 1TiB. 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 10,23,16,4095`` (custom, like borg < 1.0 or attic): a) with ``create --chunker-params 10,23,16,4095`` (custom, like borg < 1.0 or attic):