cancel
Showing results for 
Search instead for 
Did you mean: 

Need information

NB_maximus
Level 3

How do I check what files have been backed up on a Tape using GUI or command line ?

1 ACCEPTED SOLUTION

Accepted Solutions

LucSkywalker195
Level 4
Certified

To see what files are backed up on a tape you might have to runa couple commands:

 

This will list the images on the tape:

bpimmedia -L -U -mediaid <BARCODE> |grep "Backup-ID:"

 

This will give you an idea of your stop and end dates when the images were backed up on the tape:

bpimagelist -U -backupid <Backup-ID names>

 

Then just do your list command (example):

bplist -B -C <Client name> -t 0 -R -l -s 07/15/2013 -e 07/16/2013 /

Lookup the man page for the switches in this command in the Netbackup commands guide.

Did that help?

 

View solution in original post

3 REPLIES 3

mph999
Level 6
Employee Accredited
bplist or bpflist command
 
http://www.symantec.com/docs/TECH145113
 
Martin

ontherocks
Level 6
Partner Accredited Certified

 

Information about backed-up files image – /opt/openv/netbackup/db

 

LucSkywalker195
Level 4
Certified

To see what files are backed up on a tape you might have to runa couple commands:

 

This will list the images on the tape:

bpimmedia -L -U -mediaid <BARCODE> |grep "Backup-ID:"

 

This will give you an idea of your stop and end dates when the images were backed up on the tape:

bpimagelist -U -backupid <Backup-ID names>

 

Then just do your list command (example):

bplist -B -C <Client name> -t 0 -R -l -s 07/15/2013 -e 07/16/2013 /

Lookup the man page for the switches in this command in the Netbackup commands guide.

Did that help?