Forum Discussion

ramohi's avatar
ramohi
Level 2
11 years ago

Command line to check files backed up

Hi Friends, I am new to Netbackup. I did a manual backup as requested and I want to put the information of files backed up and the retention in the ticket as text. if I go to the admin gui and try ...
  • Marianne's avatar
    11 years ago

    Retention info and file info are kept in 2 different places. 
    So, 2 different commands to get the info:

    List of files:

    bplist -C <client-name> -s <start-date> -e <end-date> -R /

    Retention:

    bpimagelist -client <client-name> -d <start-date> -e <end-date> -U

    Date format: mm/dd/yyyy

    More options to both commands can be found in Commands manual:  http://www.symantec.com/docs/DOC3684