Operating System - HP-UX
1833187 Members
2991 Online
110051 Solutions
New Discussion

Ignite Question on excluding the files during the restore

 
SOLVED
Go to solution
Mike_305
Super Advisor

Ignite Question on excluding the files during the restore

Hello,

Does anyone knows how to exclude files during the restore of the ignite. We have some files that were backed up when we cut the image and now during the ignite restore process we are trying to exclude those.

Any idea on how I can do that. Appreciate your help and thanks in advance.

Regards,

MJ
If there is problem then don't think as problem, think as opportunity.
6 REPLIES 6
Manix
Honored Contributor

Re: Ignite Question on excluding the files during the restore

which kind of image you have ,Golden image ,or
tape /bet recovery.

Thanks
Manix
HP-UX been always lovable - Mani Kalra
Mike_305
Super Advisor

Re: Ignite Question on excluding the files during the restore

Hello,

thanks for the reply. It's a make_net_recovery file. Not a tape.

Thanks
If there is problem then don't think as problem, think as opportunity.
Manix
Honored Contributor
Solution

Re: Ignite Question on excluding the files during the restore

AFAIK this doesn`t looks feasible neither i can find any such method in admin guide,

http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c01942571/c01942571.pdf

Yes restoring selective files rather then excluding from the archive is possible.

#gunzip -c 2008-01-17,13:53|tar -xvf - opt/ssh/etc
This will restore the opt/ssh/etc dir relative to the current path, which can be copied to the actual destination.
There are ways to do the same with "pax' as
well.

Yes while taking the backups there are the options to exclude the files.

Let`s see if some one else know more on this.

Thanks
Manix

HP-UX been always lovable - Mani Kalra
Mike_305
Super Advisor

Re: Ignite Question on excluding the files during the restore

Hello,

Giving you 10 points just for replying at late night, appreciate your help very much.

Thanks... No luck with issue. I will be curious if anyone out in HP-UX community has done this. It will be good to know.
If there is problem then don't think as problem, think as opportunity.
Dennis Handly
Acclaimed Contributor

Re: Ignite Question on excluding the files during the restore

>Does anyone knows how to exclude files during the restore of the ignite.

As Manix mentioned, use pax's -c option.
Manix
Honored Contributor

Re: Ignite Question on excluding the files during the restore

We may help you with "pax" to restore certain files and directories structures ,if you need that.But it wont re image the OS.

Do let us know.

Thanks
Manix

HP-UX been always lovable - Mani Kalra