1753428 Members
4809 Online
108793 Solutions
New Discussion юеВ

Re: frecover

 
SOLVED
Go to solution
Paul Gorniak
Occasional Contributor

frecover

I am tring to restore 1 file off of my backup tape using fcover. Please help with the command. The absolute path is /home/qfs/t.cf
4 REPLIES 4
Sanjay_6
Honored Contributor

Re: frecover

Use,

frecover -x -v -i /home/qfs/t.cf -f /dev/rmt/0mn

Here /dev/rmt/0mn is the device path for the tape drive.

Hope this helps.

Regds
Steve Steel
Honored Contributor

Re: frecover

Hi

mkdir /tmp/local
cd /tmp/local
/etc/frecover -xvF -i/path1/filename1

The file will be restored under the local directory from the default drive.


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Franky_1
Respected Contributor

Re: frecover

Hi,

you can try

cd
frecover -Xrvf /dev/rmt/0m .

Regards

Franky
Don't worry be happy
Uday_S_Ankolekar
Honored Contributor
Solution

Re: frecover

cd to the directory where you want files to be restored then use command
frecover -xXv -f /dev/rmt/0m
-i /directory/filename.
Index on tape can be found by frecover -I - -f /dev/rmt/0m (two dashes between I and f) or to index in to file frecover -I /tmp/filename -f /dev/rmt/0m

Easy to do this is by using sam!


-USA..
Good Luck..