1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2026-01-06 10:34:04 +00:00

Updated Include Exclude Patterns (markdown)

Marcel Ackermann
2018-05-04 23:47:43 +02:00
parent 95bf6d16f7
commit 1eca8a1942

@@ -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