From b1c38ef23e1dc19b046395bf66d105eecb8193b8 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 24 Aug 2023 12:42:24 +0200 Subject: [PATCH] docs: improve rcreate / related repos docs --- src/borg/archiver/rcreate_cmd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/borg/archiver/rcreate_cmd.py b/src/borg/archiver/rcreate_cmd.py index a3c0ea150..8fce7dbbe 100644 --- a/src/borg/archiver/rcreate_cmd.py +++ b/src/borg/archiver/rcreate_cmd.py @@ -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.