Skip to content

Commit

Permalink
Make include/exclude optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Feb 27, 2022
1 parent f4ed76e commit 02f99de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rclone_backup/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ schema:
destinations:
- str?
include:
- str
- str?
exclude:
- str
- str?
flags: "match({(('[^ ]+': *?('([^']|(?<=\\\\)')*'|None|False|True))(, *?'[^ ]+': *?('([^']|(?<=\\\\)')*'|None|False|True))*)?})?"
extra_flags:
- str?
Expand Down

0 comments on commit 02f99de

Please sign in to comment.