summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-08-24 12:42:24 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-08-24 12:42:24 +0200
commitb1c38ef23e1dc19b046395bf66d105eecb8193b8 (patch)
treed5fb3fb8c4571266dbc6706b33ba623d4c91ff14 /src
parent1c8da8f98ad118e363d1f90c805e26d5f284d077 (diff)
docs: improve rcreate / related repos docs
Diffstat (limited to 'src')
-rw-r--r--src/borg/archiver/rcreate_cmd.py3
1 files changed, 2 insertions, 1 deletions
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 @@ 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.