Author |
Message |
ntlwhsle
Joined: 25 Sep 2012 Posts: 1
|
Posted: Tue Sep 25, 2012 5:20 pm Post subject: search for folders in drive to backup |
|
|
I would like to have Viceversa search a source drive for any folders that has the name "_generics" and backup to a drive with the path of where the "_generics" name came from.
for example source files would be something like this:
\\server\clients\abccompany\_generics
\\server\clients\dcecompany\generics
Target folders would copy into
d:\backup\clients\abccompany\_generics
d:\backup\clients\dcecompany\_generics
how can I do this with Viceversa?
Thanks! |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Wed Sep 26, 2012 4:07 am Post subject: |
|
|
Hi, do you need to modify generics into _generics ?
If not, you could use:
source: \\server\clients\
target: d:\backup\clients\
subfolder filter: include _generics
subfolder filter: include generics _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|