1834931 Members
2521 Online
110071 Solutions
New Discussion

fbackup

 
M.M. Oee
Contributor

fbackup

how to check whether the tape has successfully backup the files after using the command "fackbup -vf /dev/rmt/0m -i"

Thanks
5 REPLIES 5
Michael Steele_2
Honored Contributor

Re: fbackup

frecover -vf /dev/rmt/0m -I /tmp/index

This will load the tape's index, or table of contents, into the /tmp/index file for reading afterwords.

tail -f /tmp/index
Support Fatherhood - Stop Family Law
Steven E. Protter
Exalted Contributor

Re: fbackup

In a script..

fackbup -vf /dev/rmt/0m -i
rc=$?

...

If the value in rc is zero the backup was a success.

If the value in rc is non-zero some kind of error occurred.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
melvyn burnard
Honored Contributor

Re: fbackup

Use frefcover with the -N option, this does everything that a full recover would do EXCEPT write it to the disc.
man frecover
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
M.M. Oee
Contributor

Re: fbackup

Thanks for your reply...
David_246
Trusted Contributor

Re: fbackup

Hi,

According the manpages, please create the directory : /var/adm/fbackupfiles/

fbackup will store errors in this directory when creating incrementals, it also might be logging something using fulls.
It's worth a try.

P.S. : Please also award your previous helpers with assigning points.

Regs David
@yourservice