Forum Discussion

Woo's avatar
Woo
Level 3
8 years ago

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

1 Reply

Replies have been turned off for this discussion
  • bppllist | awk '{ print $1 }' | while read pllist

    do

    bppllist $pllist -include

    done