www.mass.dk

Sharing what I know...

  • Increase font size
  • Default font size
  • Decrease font size

bpflist

Netbackup bpflist command is difficult to get working, however I have found a working example. The example below list all files in a backup image

# bpflist -l -client {hostname}  -ut {epoch time}  -option GET_ALL_FILES -rl 999

{hostname} = Replace with you’re own Netbackup client name
{Epoch time} = UNIX time when the backup stared.

You can use GUI under Reports - client backup to retrive the epoch time. Look for the "Backup ID" column. For command line sharks - use bpimagelist, grep for IMAGE and awk field 6.

Last Updated on Thursday, 14 May 2009 13:33