mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
Note that filters must use / not \ - #394
This commit is contained in:
@@ -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 "afile.jpg"
|
||||||
- doesn't match "directory/file.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 `/`.
|
A `*` matches anything but not a `/`.
|
||||||
|
|
||||||
*.jpg - matches "file.jpg"
|
*.jpg - matches "file.jpg"
|
||||||
|
Reference in New Issue
Block a user