1752786 Members
5878 Online
108789 Solutions
New Discussion

frecover

 
Mehmood Ansari
Frequent Advisor

frecover

Hi
I need help urgently.

I tool fbackup /DB/C001 from System A.
Now I want to frecover only /C001 on Systen B
destination path is /EMCDB.

Regards

1 REPLY 1
Rodney Hills
Honored Contributor

Re: frecover

You can use the "-X" option of frecover. It will restore relative to the current directory, but it will include all subdirectories. Once the restore is done, you can move the directory you want to its proper placement in the filesystem tree.

cd /EMCDB
frecover -xX -f /dev/rmt/0m -i /DB/C001
mv DB/C001 .
rmdir DB

HTH

-- Rod Hills
There be dragons...