1833883 Members
2042 Online
110063 Solutions
New Discussion

Restore the single file

 
Qcheck
Super Advisor

Restore the single file

How can I restore a single file of ignite client from ignite server??
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: Restore the single file

Skip over the boot headers:

mt -f /dev/rmt/0mn fsf 2

Then use tar.


Pete

Pete
Pete Randall
Outstanding Contributor

Re: Restore the single file

Sorry - make that "fsf 1".


Pete

Pete
Qcheck
Super Advisor

Re: Restore the single file

Backups are in ignite hard disk. I think probably I should use frecover command???
Geoff Wild
Honored Contributor

Re: Restore the single file

Well - the ignite images are just tarballs, so you could pull the one file you need out of the ignite image on the ignite server?

You have to use gzcat and pipe to tar...

gzcat "2008-01-15,01:00" | tar -tvf -

Or something like that...

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Pete Randall
Outstanding Contributor

Re: Restore the single file

I guess I should have relized that from the "ignite client" reference. Try this:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1133409


Pete

Pete