瀏覽代碼

Clarify data/archives check implicit enabling.

Dan Helfman 2 年之前
父節點
當前提交
1ef82a27fa
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      docs/how-to/deal-with-very-large-backups.md

+ 4 - 1
docs/how-to/deal-with-very-large-backups.md

@@ -67,7 +67,10 @@ Here are the available checks from fastest to slowest:
  * `repository`: Checks the consistency of the repository itself.
  * `repository`: Checks the consistency of the repository itself.
  * `archives`: Checks all of the archives in the repository.
  * `archives`: Checks all of the archives in the repository.
  * `extract`: Performs an extraction dry-run of the most recent archive.
  * `extract`: Performs an extraction dry-run of the most recent archive.
- * `data`: Verifies the data integrity of all archives contents, decrypting and decompressing all data (implies `archives` as well).
+ * `data`: Verifies the data integrity of all archives contents, decrypting and decompressing all data.
+
+Note that the `data` check is a more thorough version of the `archives` check,
+so enabling the `data` check implicitly enables the `archives` check as well.
 
 
 See [Borg's check
 See [Borg's check
 documentation](https://borgbackup.readthedocs.io/en/stable/usage/check.html)
 documentation](https://borgbackup.readthedocs.io/en/stable/usage/check.html)