Parameter -inc excludes all files
Brought to you by:
wdonne
If I add for example inc *.txt to the java -jar webdav_sync.jar command line, I expect that all *.txt files are included . In reality all files are excluded and nothing is synchronized. I have tried many patterns including regular expressions. They all give the same results. Only -inc * and -inc [.*] will include all files, but that is not very useful. Executed in a linux environment. Executed with v1.1.9, v1.1.8, v1.1.7 and v1.1.6, all with the same result.