cancel
Showing results for 
Search instead for 
Did you mean: 

NBU - exclude lists - script to audit all clients?

Alexandre_Rappo
Level 5
Hi guys,
I am looking for an easy way to audit all exclusions (exclude list) for windows and solaris clients.
I know that for win, it's a registry key and it's a file for unix.
I could not find a way through the admin console.

Any ideas?

Thanks a lot for your help.
1 REPLY 1

Stumpr2
Level 6
for windows
bpgetconfig -M | grep EXCLUDE


for unix
it's a little bit trickier
first you need to get a list of all the exclude, exclude.policy

bpdir -M /usr/openv/netbackup | grep exclude

then you need to copy them to a central location
you could use scp or bpgp