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.
Sync Filter
- Posts: 141
- Joined: 10 Sep 2009
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
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_*"
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
Thx much!