Clarify configuration comment about source_directories also accepting files (#693).
This commit is contained in:
parent
92a2230a07
commit
403ae0f698
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ properties:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
List of source directories to backup. Globs and tildes are
|
List of source directories and files to backup. Globs and
|
||||||
expanded. Do not backslash spaces in path names.
|
tildes are expanded. Do not backslash spaces in path names.
|
||||||
example:
|
example:
|
||||||
- /home
|
- /home
|
||||||
- /etc
|
- /etc
|
||||||
|
|
Loading…
Reference in a new issue