1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 13:45:31 +00:00

Merge pull request #7770 from ThomasWaldmann/improve-rcreate-docs-master

docs: improve rcreate / related repos docs
This commit is contained in:
TW 2023-08-24 13:11:39 +02:00 committed by GitHub
commit e8e1a3a37c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,8 @@ def build_parser_rcreate(self, subparsers, common_parser, mid_common_parser):
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.