Operating System - HP-UX
1825720 Members
2966 Online
109686 Solutions
New Discussion

Single file recover from Ignite Network Archive

 
SOLVED
Go to solution
jam_1
Occasional Contributor

Single file recover from Ignite Network Archive

Hi Gurus,

Is there any way to recover single file from ignite archive created by make_net_recovery.
I know its possible if we have used tape but from the network archive, please help.

thanks in advance
Bonny Jose
4 REPLIES 4
Saeid Ghanei_1
Advisor

Re: Single file recover from Ignite Network Archive

Hi Jam,

yes you can use the same options as make_tape_recovery. Use the following command for example:

make_net_recovery -x include=file|dir

Cheers
Saeid
jam_1
Occasional Contributor

Re: Single file recover from Ignite Network Archive

thanks Saed, but my question was how to restore single file from already archived dump.
thanks n regards
bonny Jose
Sandy Chen
Honored Contributor
Solution

Re: Single file recover from Ignite Network Archive

Hi,

https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=404306

covered in this thread

regards,
Sandy
I never think of the future. It comes soon enough.
Richard Hepworth
Esteemed Contributor

Re: Single file recover from Ignite Network Archive

Hi,

To recover a single file from your make_net_recovery archive do the following on the system where the file is to be recovered (I'll restore stand/bootconf in this example)

mount igniteserver:/var/opt/ignite/recovery/archives/$(uname -n) /mnt

cd /

gzip -dc /mnt/2007-05-23,05:00 | tar xvf - stand/bootconf

regards,

Richard