Woo
8 years agoLevel 3
NetBackup bpplinclude
Hello,
Does anyone know of a way you can run the bpplinclude command to capture the include lists for all policies at once?
bpplinclude seems to only alow you to run it against 1 policy at a time.
bpplinclude policyname -l
bppllist | awk '{ print $1 }' | while read pllist
do
bppllist $pllist -include
done