Browse Source

docs: transfer: talk of "related repo"

Thomas Waldmann 2 năm trước cách đây
mục cha
commit
17e75f3eea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/borg/archiver/transfer.py

+ 1 - 1
src/borg/archiver/transfer.py

@@ -117,7 +117,7 @@ class TransferMixIn:
 
         Suggested use for general purpose archive transfer (not repo upgrades)::
 
-            # initialize DST_REPO reusing key material from SRC_REPO, so that
+            # create a related DST_REPO (reusing key material from SRC_REPO), so that
             # chunking and chunk id generation will work in the same way as before.
             borg --repo=DST_REPO rcreate --other-repo=SRC_REPO --encryption=DST_ENC