Operating System - HP-UX
1834178 Members
2355 Online
110064 Solutions
New Discussion

frecover usage ( from a disk file)

 
SOLVED
Go to solution
Yaboto
Super Advisor

frecover usage ( from a disk file)

Hi,

I used fbackup to backup onto a disk file . Now I want to restore to a different directory and to a different HP server server.

Please give me the frecover options I have to use.

Regards,
Berag
3 REPLIES 3
Jeeshan
Honored Contributor
Solution

Re: frecover usage ( from a disk file)

looks duplicate thread

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

and also can check this command

1)cd /
2)frecover -f /dev/rmt/0m -i / -xFX
a warrior never quits
Rasheed Tamton
Honored Contributor

Re: frecover usage ( from a disk file)

Hi,

cd /source_dir
fbackup -vi . -f /tmp/backupfile
-(it will copy all files to a file named backupfile in /tmp)

-go to destination dir
cd /destdir
(recover all the files to the destdir - relative path recovery)
frecover -xvX -f /tmp/backupfile

If you want to another dir, just rcp/scp of ftp/sftp the backupfile to the destination system/dir and do the above frecover command.

Regards,
Rasheed Tamton.
Yaboto
Super Advisor

Re: frecover usage ( from a disk file)

Problem solved now.
Thanks for your help.