Selaa lähdekoodia

check: clarify what is meant by remote repository

Thomas Waldmann 8 kuukautta sitten
vanhempi
sitoutus
bd22d1fbbb
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/borg/archiver/check_cmd.py

+ 2 - 2
src/borg/archiver/check_cmd.py

@@ -77,8 +77,8 @@ class CheckMixIn:
            the repository. The read data is checked by size and hash. Bit rot and other
            the repository. The read data is checked by size and hash. Bit rot and other
            types of accidental damage can be detected this way. Running the repository
            types of accidental damage can be detected this way. Running the repository
            check can be split into multiple partial checks using ``--max-duration``.
            check can be split into multiple partial checks using ``--max-duration``.
-           When checking a remote repository, please note that the checks run on the
-           server and do not cause significant network traffic.
+           When checking a ssh:// remote repository, please note that the checks run on
+           the server and do not cause significant network traffic.
 
 
         2. Checking consistency and correctness of the archive metadata and optionally
         2. Checking consistency and correctness of the archive metadata and optionally
            archive data (requires ``--verify-data``). This includes ensuring that the
            archive data (requires ``--verify-data``). This includes ensuring that the