1836596 Members
3098 Online
110102 Solutions
New Discussion

fbackup

 
SOLVED
Go to solution
Habib_4
Advisor

fbackup

Hi guys,

Just wondering, how would I view what I have backed up up to tape?

I have just done:

fbackup -v -f /dev/rmt/1m -i /stand/system.d

How can I view the text I have just backed up? i.e. "/stand/system.d"?

Regards.

Habib
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: fbackup

Just do a "man frecover".
If it ain't broke, I can fix that.
Steven E. Protter
Exalted Contributor
Solution

Re: fbackup

Shalom Habib,

For new users the best way to go is an interactive interface.

sam
backup and recovery
Interactive Backup and Recovery
Choose a Tape device
Actions Recover files or directories.

Choose the file and then restore to an alternate location to look at the actual contents.

After you do this you can go back and look at the

Options
View Sam log

Listed there are the commands sam just used.

This is a great way to learn to do it from the command line, since frecover's man page is a wee bit complex.

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
Habib_4
Advisor

Re: fbackup

Salam Steven,

Thank you for the info.
That is the issue I have with the man pages, they are quite complex especially for beginners like me.

Thanks.

Peace.

Habib
Onur Karakan
Advisor

Re: fbackup

Hello Habib,

The following command writes the tape content to the screen. Also you can access to it under sam.

frecover -N -v -f /dev/rmt/1mn
sysadm_1
Valued Contributor

Re: fbackup

Hello Habib,

Try this command

frecover -I /tmp/index.txt -f /dev/rmt0

This will extract the index from tape rmt0 and store in file /tmp/index.txt

Rgds,
sysadm