I’ve just downloaded the CLI version on my mac (OS X 10.13). Storage initialisation etc seems to go fine.
However, I can’t get filters to work as per the documentation at duplicacy/GUIDE.md at master · gilbertchen/duplicacy · GitHub
I’m editing .duplicacy/filters directly, and running the backup command with -debug. Wildcard matching works fine. For example a filters file containing only the line
+Documents/
matches all subfolders under Documents.
However, regular expression matching does not seem to work. A filters file containing only the line
i:.*
Results in everything in the repository being excluded.
Example output as follows:
Indexing /Users/nathan
Loaded 1 include/exclude pattern(s)
Pattern: +i:.*
Listing
.CFUserTextEncoding is excluded
.DS_Store is excluded
.bash_history is excluded
.viminfo is excluded
backup.sh is excluded
.Trash/ is excluded
.bash_sessions/ is excluded
.config/ is excluded
.cups/ is excluded
.dropbox/ is excluded
.local/ is excluded
.ssh/ is excluded
.vscode/ is excluded
Applications/ is excluded
Desktop/ is excluded
Documents/ is excluded
Downloads/ is excluded
Dropbox/ is excluded
Library/ is excluded
Movies/ is excluded
Music/ is excluded
Pictures/ is excluded
Public/ is excluded