I created a FSRM path to walk a client disk (lets say clientA:c:\ )
Now when running reports there are a couple of specific directories that I'd like to get reports on (say c:\windows and c:\data)
I can't find a way to get a report on just those directories. However if I add more paths on the same host (say clientA:c:\windows and clientA:c:\data) then I am able to generate reports on just those directories.
The drawback is that I can't generate a report until that particular path is walked. And I don't want to have to walk the same filesystem multiple times just to generate different reports on subsets of the same data.
Any ideas on how I can do this?
Thanks!