From 1eca8a194246b4be56ad248184f76b13d0ca367d Mon Sep 17 00:00:00 2001 From: Marcel Ackermann Date: Fri, 4 May 2018 23:47:43 +0200 Subject: [PATCH] Updated Include Exclude Patterns (markdown) --- Include-Exclude-Patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include-Exclude-Patterns.md b/Include-Exclude-Patterns.md index 39116fc..63e46b0 100644 --- a/Include-Exclude-Patterns.md +++ b/Include-Exclude-Patterns.md @@ -2,7 +2,7 @@ For the *backup* command, the include/exclude patterns are read from a file name Duplicacy offers two different methods for providing include/exclude filters, wildcard matching and regular expression matching. You may use one method exclusively or you may combine them as you deem necessary. -All paths are relative to the repository (the folder you execute duplicacy from), without a leading "/". The path separator is always a "/", even on Windows. Paths are case sensitive. +All paths are relative to the repository (the folder you execute duplicacy from), without a leading "/". As the upmost folder on Windows is a drive, this means drive letters are not part of the path of a pattern. The path separator is always a "/", even on Windows. Paths are case sensitive. 1. Wildcard Matching