Synchronize specific files from subdirs

Advertisement

henry3
Donor
Joined:
Posts:
26

Synchronize specific files from subdirs

Currently I have:
"synchronize local -filemask=filter.yaml|forms\;.boxtrapper\;webdav\;@pwcache\ d:\temp\etc\ etc"
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
"synchronize local -filemask=*etc/*/filter.yaml|.security/ -rawtransfersettings ""ExcludeEmptyDirectories=1"" d:\temp\etc\ /home1/henry/etc" ^

Henry

Reply with quote

Advertisement

henry3
Donor
Joined:
Posts:
26

-rawtransfersettings[1]

When I generated code for get to do a similar function what is the [1] in rawtransfersettings[1]
get -filemask="filter.yaml" -rawtransfersettings[1] ExcludeEmptyDirectories=1 etc
It appears it's the number of raw setting parameters to parse before destination?
Thanks - Henry

Reply with quote

Advertisement

You can post new topics in this forum