Thank you Jhiciano. We have tried using "Drive Letter":\*\ABC\, seems like Avamar will only use "Drive Letter":\*\ABC\ and not "Drive Letter":\*\*\ABC\ or "Drive Letter":\*\*\*\ABC\. Basically, we need Avamar to back up any folder on any location on the drives named ABC. We'll try your suggestion as well, seems legit.
Jhiciano
3 Posts
0
August 14th, 2014 14:00
Sorry if I'm wrong on this. But from what I have seen and admin guide
"
Avamar processes these dataset elements in the following order:
1. Source data — Source data from one or more plug-ins is defined. The default behavior
is to include all data from all defined plug-ins.
2. Exclusion list — Next, the exclusion list is used to eliminate certain directories and file
types from the dataset.
3. Inclusion list — Finally, the inclusion list is used to add back any files that were
eliminated from the dataset in the exclusion list. "
So i believe with Windows File System you could exclude
"Drive Letter":\* <- excludes everthing
Include "Drive Letter":\*\ABC\
sunnyjaiswar
2 Posts
0
August 15th, 2014 06:00
Thank you Jhiciano. We have tried using "Drive Letter":\*\ABC\, seems like Avamar will only use "Drive Letter":\*\ABC\ and not "Drive Letter":\*\*\ABC\ or "Drive Letter":\*\*\*\ABC\. Basically, we need Avamar to back up any folder on any location on the drives named ABC. We'll try your suggestion as well, seems legit.
Jhiciano
3 Posts
0
August 15th, 2014 08:00
I havent tried this before but the logic seems right, that *\ABC\ should work and no drive letter and that will search for everything
J_H_
2 Intern
•
498 Posts
0
August 19th, 2014 13:00
from what I read ( don't remember where I read it)
**\ABC is what you want
that ** is supposed to mean anywhere in the tree - that is what I have in my head anyway.
Give that a try.
rb101
5 Posts
0
August 21st, 2014 21:00
Try also **/ABC . I had to do something similar and ended up with d:/**/logs/*.*
Hope that helps