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 to do a restore of the files backed up, I see the files but not the retention.

Is there any command line command which will display the files names & retention which are backed up.

Thanks in advance.

Kumar

 

 

  • 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

4 Replies

  • 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

  • Hello

     

    You can use the bpimagelist command to show you details about each backup image (policy name, expiration, etc,etc)

     

    http://www.symantec.com/docs/TECH5584

     

    You can use bpflist to show you the actual files contained in a backup images

     

    http://www.symantec.com/docs/TECH145113

     

     

     

  • Please mark a solution or request split solution if both post was useful