mirror of
https://github.com/gilbertchen/duplicacy
synced 2026-01-06 10:34:04 +00:00
Updated Include Exclude Patterns (markdown)
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user