docs: improve rcreate / related repos docs

This commit is contained in:
Thomas Waldmann 2023-08-24 12:42:24 +02:00
parent 1c8da8f98a
commit b1c38ef23e
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,8 @@ class RCreateMixIn:
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
for deduplication) and the AE crypto keys will be newly generated random keys.