Sync Filter

Get help for specific problems
Posts: 141
Joined: 10 Sep 2009

srjones67

Is there a way to sync two directories and only do it against certain files in
the directories. I want to only sync files TWH_*.* between directory 1 and
directory 2.
User avatar
Site Admin
Posts: 7050
Joined: 9 Dec 2007

Zenju

Yes, but the filter syntax takes the path relative to base sync directories
into accout:
E.g: C:\Source <-> D:\Target
If you only want to sync C:\Source\blah\TWH_*.* then you'd specify an include
filter
"*\TWH_*"
Posts: 141
Joined: 10 Sep 2009

srjones67

Thx much!