浏览代码

Document new "check --only" command-line flag.

Dan Helfman 5 年之前
父节点
当前提交
d959fdbf8d
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      docs/how-to/deal-with-very-large-backups.md

+ 10 - 0
docs/how-to/deal-with-very-large-backups.md

@@ -68,6 +68,16 @@ consistency:
         - path/of/repository_to_check.borg
 ```
 
+Finally, you can override your configuration file's consistency checks, and
+run particular checks via the command-line. For instance:
+
+```bash
+borgmatic check --only data --only extract
+```
+
+This is useful for running slow consistency checks on an infrequent basis,
+separate from your regular checks.
+
 
 ## Troubleshooting