cancel
Showing results for 
Search instead for 
Did you mean: 

Generate Report for Netbackup Policies

Ayaz_Anjum
Level 3

Hello, I want to document the policies configured in netbackup ( client name, backup selection, schedule etc). I am looking for the commands that can help generate report to document policies

Please help

 

tx

5 REPLIES 5

quebek
Moderator
Moderator
   VIP    Certified
Hi
For Unix it would be
for Policy in 'bppllist" ;do
bppllist $Policy - U
done

pats_729
Level 6
Employee
Hello
One of our fellow member of VOX community already did a fantastic job sometime in the past. I am just referring you his work. He was so kind to publish it for everyone use.

https://vox.veritas.com/t5/Downloads/Netbackup-Policy-Reporter/ta-p/812596

Please read carefully and try it. It works really well. I have tried it many times.

Hope it helps.

jnardello
Moderator
Moderator
   VIP    Certified

Still too complex.

bppllist -allpolicies -U

=)

scott_milch
Level 1

How Can I get this command to run monthly and email me a report in UNIX 

jnardello
Moderator
Moderator
   VIP    Certified

Talk to your Sys Admin team about setting up a cron job for this command.