exclude list - include list.
trying to wrap my head around this and just getting lost.
serverA
policyB that backs up all local drives
policyC that backs up one directory.
if I do an exclude for "all policies" and exclude that one directory that policyC wants to back up.
and policyC states ONLY that directory...
will policyC backup the contents of the dir or not?
does it depend on how it state it?
if my exclude says E:\mydir
if policyC says E:\mydir\*
The directory in your exclude_list (for all policies) would mean that the directory in question would not get backed up in policyB or policyC.
You could get around this by creating an include list for policyC or an exclude list for policyB only. e.g. exclude_list.policyB containing the directory you want to exclude.
E:\mydir in the exclude would exclude the directory AND contents, so the fact that policyC states E:\mydir\* would have no effect.
IMHO the exclude_list.policyB would be the way to go. (I think!)