Knowledge Base Article

Script that list the amount of backup of some period. per policy

Thanks for MR green


here is a script that returns a result like these


./relatorio_policy.sh  24

<policy_name>     <amount_backed_up_data_for_last_24_hours>

ALL POLICES

at the end the tolal amount of data.

that only runs over Linux/Unix/Solaris






Published 15 years ago
Version 1.0

Was this article helpful?

6 Comments

  • I have sent another downloads,

     

    there is 2 more, one that list the total amout of ALL policy,

    there is one that I really like but I don't know if it helps

     

    there is one that list the Average time that all policies stays w/ Active status, and how many times each policy runs  in a period of time.

     

    I don't work w/ netbackup everyday anymore, unfortunately, I have no where to test

     

  • $BPPATH/bpimagelist -A -L -policy $politica -hoursago $HOURSAGO 2>/dev/null | grep "^Kilobytes" |
    

    Just change this line and will change the results.

     

    try the bpimagelist --help to see what U'll need

     

    I'll make another one with some options,

     

    I had posted one about the Elapsed time, I used a lot to tune my backup window

  • this is the kind of things your boss ask you at 8:00am and it's waiting breathing down your neck...

    very useful.

  • This looks great.  Do you also have one or is there a line to change that will show all clients or all policies to get a total amount for the last full of everything?

     

    Thanks