1836872 Members
2040 Online
110110 Solutions
New Discussion

Ignite backup

 
RBI
Advisor

Ignite backup

Can we restore only one filesystem e.g./var from ignite backup.What are the precautionary steps?
3 REPLIES 3
G. Vrijhoeven
Honored Contributor

Re: Ignite backup

Steven E. Protter
Exalted Contributor

Re: Ignite backup

1) Make another ignite backup in case you mess up.
2) You can use tar or pax options to get the one file you want out of the archive. See the man page for those commands.

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
Pete Randall
Outstanding Contributor

Re: Ignite backup

You first need to skip over the boot records on the tape with mt:

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

then you can run your tar command.


Pete

Pete