1753396 Members
7579 Online
108792 Solutions
New Discussion

index of backup

 
SOLVED
Go to solution
KPS
Super Advisor

index of backup

Wondering how to produce an index of a tape after a backup is complete. I'm using fbackup in case you need to know.

 

 

P.S. This thread has been moved from Storage > General to HP-UX > sysadmin. - Hp Forum Moderator

3 REPLIES 3
Darrell Allen
Honored Contributor

Re: index of backup

Hi Ken,

I hopefully gave you the answer you need in your other post at http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9bc2e7726eccd5118ff10090279cd0f9,00.html

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
Thierry Poels_1
Honored Contributor

Re: index of backup

Hi Ken,

one option is to keep the logfile when performing fbackup ;-)
afterwards "frecover -I yourfile -f /dev/rmt/0m" will put a list of files in "yourfile".

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Michael Tully
Honored Contributor
Solution

Re: index of backup

Hi,

Besides using
'frecover -I /tmp/file_index -f /dev/rmt/0m'
you can also use the -V option to get some
other valuable information from the tape
that is called the tape header. Try it
yourself.
'frecover -V /tmp/file_header -f /dev/rmt0m'

Attached is a tried and tested fabckup script
that takes care of itself. Change what you
need for e-mail output. Indexes are built
into the script.

HTH
-Michael
Anyone for a Mutiny ?