Forum Discussion

billvel's avatar
billvel
Level 3
6 years ago

See Backup Image Expiry date all my clients for specific time range

Hi Guys, I am working on Veritas Netbackup 8.1.2. Command or GUI to Display Backup Image Report for All Media Servers and All Clients backup running Date/Time Range between:30 Jun, 2019 1:00:00PM t...
  • quebek's avatar
    6 years ago

    hey

    so here it goes

    bpimagelist -d 06/30/2019 13:00:00 -e 07/01/2019 10:00:00  -U

  • RiaanBadenhorst's avatar
    RiaanBadenhorst
    6 years ago

    Quebec's answer will work, the following will give you something that you can use more easily in excel.

    bpimagelist -d 06/30/2019 13:00:00 -e 07/01/2019 10:00:00  -l | grep IMAGE 

    of if it's Windows

    bpimagelist -d 06/30/2019 13:00:00 -e 07/01/2019 10:00:00  -l | findstr IMAGE

    And here is a link to decrypt what all the fields mean

    https://www.veritas.com/support/en_US/article.100017904

    You can also do this via API now but that's a different story :)