mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 01:44:41 +01:00
Fix \ vs / confusion
This commit is contained in:
parent
4dae5ee264
commit
a4714e5b75
@ -97,13 +97,13 @@ Rclone keeps track of directories that could match any file patterns.
|
||||
|
||||
Eg if you add the include rule
|
||||
|
||||
\a\*.jpg
|
||||
/a/*.jpg
|
||||
|
||||
Rclone will synthesize the directory include rule
|
||||
|
||||
\a\
|
||||
/a/
|
||||
|
||||
If you put any rules which end in `\` then it will only match
|
||||
If you put any rules which end in `/` then it will only match
|
||||
directories.
|
||||
|
||||
Directory matches are **only** used to optimise directory access
|
||||
|
Loading…
Reference in New Issue
Block a user