ソースを参照

Fix docs about the relative speeds of different checks (#945).

Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/945
Dan Helfman 6 ヶ月 前
コミット
98df5c3af2
1 ファイル変更3 行追加2 行削除
  1. 3 2
      docs/how-to/deal-with-very-large-backups.md

+ 3 - 2
docs/how-to/deal-with-very-large-backups.md

@@ -89,8 +89,9 @@ checks:
 
 
 Here are the available checks from fastest to slowest:
 Here are the available checks from fastest to slowest:
 
 
- * `repository`: Checks the consistency of the repository itself.
- * `archives`: Checks all of the archives in the repository.
+ * `archives`: Checks all of the archives metadata in the repository.
+ * `repository`: Checks the consistency of the whole repository. The checks run
+   on the server and do not cause significant network traffic.
  * `extract`: Performs an extraction dry-run of the latest archive.
  * `extract`: Performs an extraction dry-run of the latest archive.
  * `data`: Verifies the data integrity of all archives contents, decrypting and decompressing all data.
  * `data`: Verifies the data integrity of all archives contents, decrypting and decompressing all data.
  * `spot`: Compares file counts and contents between your source files and the latest archive.
  * `spot`: Compares file counts and contents between your source files and the latest archive.