Document new "check --only" command-line flag.
This commit is contained in:
parent
81739791e0
commit
d959fdbf8d
1 changed files with 10 additions and 0 deletions
|
@ -68,6 +68,16 @@ consistency:
|
||||||
- path/of/repository_to_check.borg
|
- 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
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue