filemask in script file
Hi there,
I am trying to exclude
Here is my command:
Also tried
The result is no sync at all, Thumbs.db nor test.txt file.
The Doc says
So my question: is it possible to use this switch in a txt script file? Or how do I exclude those files?
Thanks in advance.
I am trying to exclude
Thumbs.db
and .DS_Store
from a synchronize
command in a script file.
Here is my command:
synchronize -filemask=""|*/Thumbs.db;*/.DS_Store"" -delete -resumesupport=off remote D:\XXXX ./
-filemask=""|Thumbs.db;.DS_Store""
The result is no sync at all, Thumbs.db nor test.txt file.
The Doc says
and the footnote saysYou cannot use this in source parameters of script command
I am a little bit lost :)Note that this restriction does not apply to -filemask switch in scripting
So my question: is it possible to use this switch in a txt script file? Or how do I exclude those files?
Thanks in advance.