소스 검색

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

docs: improve rcreate / related repos docs
TW 1 년 전
부모
커밋
e8e1a3a37c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/borg/archiver/rcreate_cmd.py

+ 2 - 1
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.