Operating System - HP-UX
1834557 Members
3106 Online
110069 Solutions
New Discussion

Restore from Make Recovery only one directory

 
SOLVED
Go to solution
Emanuele De Angelis
Frequent Advisor

Restore from Make Recovery only one directory

Hi, how to restore one directory from make recovery backup?
Please help me!!
Thanks
4 REPLIES 4
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: Restore from Make Recovery only one directory

Hi Emanuele,

Check this thread.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=382566

Regards,
Robert-Jan
Pete Randall
Outstanding Contributor

Re: Restore from Make Recovery only one directory

It's basically a tar archive with boot headers tacked on to the front of it. All you have to do is skip the boot headers with "mt -t /dev/rmt/0m fsf 1", then tar off the directory you need.


Pete

Pete
Devender Khatana
Honored Contributor

Re: Restore from Make Recovery only one directory

Hi,
Three commands included in this :-

1. mt -t /dev/rmt/0mn rew (Not required if you have freshly inserted the media but is required if you want to repeat procedure after doing it once)
2. mt -t /dev/rmt/0mn fsf 1
3. tar -xvf (Special) (Path)


HTH,
Devender
Impossible itself mentions "I m possible"
Emanuele De Angelis
Frequent Advisor

Re: Restore from Make Recovery only one directory

Thanks all,
this forum it's a beatiful forum.
Thanks a lot to all