Forum Discussion

sksujeet's avatar
sksujeet
Level 6
15 years ago
Solved

Policy details in NBU on WS 2003

Can someone help me to find the policy details with some script which shows all the information. I am Using NBU 6.5.5 installed on windows 2003

Policy name, backup type(incremental or differential), servers in the policy and schedule backups under the policy
 

  • Just to add:
    bppllist lives in <install_path>\netbackup\bin\admincmd

    Personally I prefer -U option over -L

    I find the output from -U a bit more user-friendly (bppllist -allpolicies -U). See difference in schedule info:

    -L:
      Daily Windows:
       Day         Open       Close       W-Open     W-Close
       Sunday      002:00:00  024:00:00   002:00:00  024:00:00
       Monday      002:00:00  024:00:00   026:00:00  048:00:00
       Tuesday     002:00:00  024:00:00   050:00:00  072:00:00
       Wednesday   002:00:00  024:00:00   074:00:00  096:00:00
       Thursday    002:00:00  024:00:00   098:00:00  120:00:00
       Friday      002:00:00  024:00:00   122:00:00  144:00:00
       Saturday    002:00:00  024:00:00   146:00:00  168:00:00



    -U:
        Daily Windows:
              Sunday     02:00:00  -->  Sunday     24:00:00
              Monday     02:00:00  -->  Monday     24:00:00
              Tuesday    02:00:00  -->  Tuesday    24:00:00
              Wednesday  02:00:00  -->  Wednesday  24:00:00
              Thursday   02:00:00  -->  Thursday   24:00:00
              Friday     02:00:00  -->  Friday     24:00:00
              Saturday   02:00:00  -->  Saturday   24:00:00




3 Replies

  • Try below commands and reply...

    bppllist <policy_name> -L

    bppllist -allpolicies -L


  • Just to add:
    bppllist lives in <install_path>\netbackup\bin\admincmd

    Personally I prefer -U option over -L

    I find the output from -U a bit more user-friendly (bppllist -allpolicies -U). See difference in schedule info:

    -L:
      Daily Windows:
       Day         Open       Close       W-Open     W-Close
       Sunday      002:00:00  024:00:00   002:00:00  024:00:00
       Monday      002:00:00  024:00:00   026:00:00  048:00:00
       Tuesday     002:00:00  024:00:00   050:00:00  072:00:00
       Wednesday   002:00:00  024:00:00   074:00:00  096:00:00
       Thursday    002:00:00  024:00:00   098:00:00  120:00:00
       Friday      002:00:00  024:00:00   122:00:00  144:00:00
       Saturday    002:00:00  024:00:00   146:00:00  168:00:00



    -U:
        Daily Windows:
              Sunday     02:00:00  -->  Sunday     24:00:00
              Monday     02:00:00  -->  Monday     24:00:00
              Tuesday    02:00:00  -->  Tuesday    24:00:00
              Wednesday  02:00:00  -->  Wednesday  24:00:00
              Thursday   02:00:00  -->  Thursday   24:00:00
              Friday     02:00:00  -->  Friday     24:00:00
              Saturday   02:00:00  -->  Saturday   24:00:00




  • Is there any way just to get the information that is needed instead of getting all the details