1
0
mirror of https://github.com/rclone/rclone.git synced 2025-04-08 16:54:17 +02:00

Note that filters must use / not \ - #394

This commit is contained in:
Nick Craig-Wood 2016-03-19 17:40:54 +00:00
parent bd27473762
commit 0dc0052e93

View File

@ -37,6 +37,9 @@ If it doesn't start with `/` then it is matched starting at the
- doesn't match "afile.jpg"
- doesn't match "directory/file.jpg"
**Important** Note that you must use `/` in patterns and not `\` even
if running on Windows.
A `*` matches anything but not a `/`.
*.jpg - matches "file.jpg"