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.


