synchronize specific files from subdirs
Currently I have:
I would like synchronize only filter.yaml files from etc\dir1 etc\dir2 ... without having to specifically exclude all the subdirs
It appears I figured it out
Henry
"synchronize local -filemask=filter.yaml|forms\;.boxtrapper\;webdav\;@pwcache\ d:\temp\etc\ etc"
It appears I figured it out
"synchronize local -filemask=*etc/*/filter.yaml|.security/ -rawtransfersettings ""ExcludeEmptyDirectories=1"" d:\temp\etc\ /home1/henry/etc" ^
Henry