Operating System - HP-UX
1834189 Members
2568 Online
110064 Solutions
New Discussion

Re: how to take single file from fbackup

 
SOLVED
Go to solution
psl_1
Occasional Advisor

how to take single file from fbackup

Dear Gurus,
I have tacken fbackup in my ultrium
from cammand #fbackup -v -f /dev/rmt/0m
plese tell me how can I restore one file (/var/doc/aps)in tape to my server.

thanks to all in adv.
3 REPLIES 3
melvyn burnard
Honored Contributor
Solution

Re: how to take single file from fbackup

use the -x option to frecover
man frecover
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Steve Steel
Honored Contributor

Re: how to take single file from fbackup

Hi

cd /tmp/local;/etc/frecover -xvF \
-i/path1/filename1

The file will be restored under the local directory.

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
psl_1
Occasional Advisor

Re: how to take single file from fbackup

thanks to steve & burnard for your responce I got the ans from steve
regards,
psl