From a4714e5b75033817b4517be83f6a73b9233e6594 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 4 Oct 2016 13:39:29 +0100 Subject: [PATCH] Fix \ vs / confusion --- docs/content/filtering.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/filtering.md b/docs/content/filtering.md index ba63c97a9..d1d287ca1 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -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