1753787 Members
7429 Online
108799 Solutions
New Discussion

Re: Log Fbackup

 
Trisno
Frequent Advisor

Log Fbackup

Hi,

I full backup with command "fbackup -vf /dev/rmt/0m -i / " , and the end of line show message :
fbackup (1005) : run time = 2430 seconds
fbackup (3055) : total file blocks read for backup : 16877855
fbackup (3056) : total block written to output file /dev/rmt/0m : 17481614
fbackup (1030) : warnings encountered during backup

Where i can find a log of warnings backup ???

can i check the results backup using commmand " frecover -rNv -f /dev/rmt/0m 2> " ?

tks
1 REPLY 1
Peter Godron
Honored Contributor

Re: Log Fbackup

Hi,
please check the comments left at the end of your earlier thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1104241

The warnings on fbackup are normally down to files being in use or having been moved.

The log creation would have been:
fbackup -vf /dev/rmt/0m -i / > log.log 2>&1

Your recover command will generate a list of files that have been backed up, but no warnings.

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.