Update schema comment for check_repositories to mention labels (#635).
This commit is contained in:
parent
fc2c181b74
commit
b27e625a77
1 changed files with 6 additions and 6 deletions
|
@ -538,12 +538,12 @@ properties:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
Paths to a subset of the repositories in the location
|
Paths or labels for a subset of the repositories in the
|
||||||
section on which to run consistency checks. Handy in case
|
location section on which to run consistency checks. Handy
|
||||||
some of your repositories are very large, and so running
|
in case some of your repositories are very large, and so
|
||||||
consistency checks on them would take too long. Defaults to
|
running consistency checks on them would take too long.
|
||||||
running consistency checks on all repositories configured in
|
Defaults to running consistency checks on all repositories
|
||||||
the location section.
|
configured in the location section.
|
||||||
example:
|
example:
|
||||||
- user@backupserver:sourcehostname.borg
|
- user@backupserver:sourcehostname.borg
|
||||||
check_last:
|
check_last:
|
||||||
|
|
Loading…
Reference in a new issue