Operating System - HP-UX
1834481 Members
3254 Online
110067 Solutions
New Discussion

Re: full backup file number

 
SOLVED
Go to solution
Franky Leeuwerck
Frequent Advisor

full backup file number

Hello everybody,

Doing a full backup with br_backup (invokes fbackup) a br_log file is generated telling me ' fbackup(3005): WARNING: file number 78897 was NOT backed up ' .
I would like to know what file was not backed up.
Does this file number stand for the inode number ?
2 REPLIES 2
Steven Sim Kok Leong
Honored Contributor
Solution

Re: full backup file number

Hi,

The file name is given in the 78897th line in the backup index.

This can be recreated with frecover -I. Alternatively if you have the br_index.full log, execute

# cat -n br_index.full | grep " 78897 "

Hope this helps. Regards.

Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
Franky Leeuwerck
Frequent Advisor

Re: full backup file number

Thanks for this
quick
comprehense
to-the-point answer.

This issue is solved for me.

Regards,
Franky