forked from TrueCloudLab/rclone
Fix \ vs / confusion
This commit is contained in:
parent
4dae5ee264
commit
a4714e5b75
1 changed files with 3 additions and 3 deletions
|
@ -97,13 +97,13 @@ Rclone keeps track of directories that could match any file patterns.
|
||||||
|
|
||||||
Eg if you add the include rule
|
Eg if you add the include rule
|
||||||
|
|
||||||
\a\*.jpg
|
/a/*.jpg
|
||||||
|
|
||||||
Rclone will synthesize the directory include rule
|
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.
|
directories.
|
||||||
|
|
||||||
Directory matches are **only** used to optimise directory access
|
Directory matches are **only** used to optimise directory access
|
||||||
|
|
Loading…
Reference in a new issue