1834586 Members
3323 Online
110069 Solutions
New Discussion

Re: frecover

 
SOLVED
Go to solution
YOGI_3
Frequent Advisor

frecover

Hello all...
I am taking backup of 3 different mountpoints and will create a single mount point.
I have taken backup of this 3 mount points by fbackup, command used as follows..
# cat gfile
i /back03
i /back08
i /back_inca
# fbackup -v -I /var/tmp/bkp/vgmsa04 -g gfile -f /dev/rmt/0mn
--------------------------------
Now i want to restore this backup files on different mount point, say on mount point back_crr
How to acheive this?
Waiting for replies..

Yogeshg
There is never a wrong time to do the right things
4 REPLIES 4
Luk Vandenbussche
Honored Contributor
Solution

Re: frecover

Yogi,

The easiest way to do this is through sam.

Interactive Backup and recovery
YOGI_3
Frequent Advisor

Re: frecover

hi luk..
ur help work..
but i want command line help..
Yogeshg
There is never a wrong time to do the right things
Luk Vandenbussche
Honored Contributor

Re: frecover

Hi Yogi,

cd /back_crr
frecovery -x -X -i /back03 -i /back08 -i /back_inc -f /dev/rmt/0mn

Check also this threads

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


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


SGUX
Valued Contributor

Re: frecover

cd /back_crr
frecover -v -x -X -g gfile -f /dev/rmt/0mn

-X = restore files to current working directory

After this dir would look like this;
/back_crr/back03/.....
/back_crr/back08/.....
/back_crr/back_inca/.....