mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
docs: improve rcreate / related repos docs
This commit is contained in:
parent
1c8da8f98a
commit
b1c38ef23e
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ def build_parser_rcreate(self, subparsers, common_parser, mid_common_parser):
|
||||||
Creating a related repository
|
Creating a related repository
|
||||||
+++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++
|
||||||
|
|
||||||
A related repository uses same secret key material as the other/original repository.
|
You can use ``borg rcreate --other-repo ORIG_REPO ...`` to create a related repository
|
||||||
|
that uses the same secret key material as the given other/original repository.
|
||||||
|
|
||||||
By default, only the ID key and chunker secret will be the same (these are important
|
By default, only the ID key and chunker secret will be the same (these are important
|
||||||
for deduplication) and the AE crypto keys will be newly generated random keys.
|
for deduplication) and the AE crypto keys will be newly generated random keys.
|
||||||
|
|
Loading…
Reference in a new issue