Operating System - HP-UX
1833762 Members
2749 Online
110063 Solutions
New Discussion

frecover :: restore to another path

 
mehul_3
Regular Advisor

frecover :: restore to another path

Hi,
I have taken backup using following command
#fbackup -v -f /dev/rmt/1m -i /tmp
My quetion is restore this same backup contents to other location say on logical volume say /u06 using frecover command. I tried to restore using following command but confornted with error.

# frecover -v -mov -f /dev/rmt/1m -Xx -i /u06
frecover(2112): unexpected DDS marker read. Status:
Tape drive is on line
Immediate Reporting enabled
frecover(2110): checkpoint record read
frecover(4301): /u06 not recovered from backup media.

waiting for reply.
Regards,
Mehul
2 REPLIES 2
sujit kumar singh
Honored Contributor

Re: frecover :: restore to another path

Hi


See the manpage of the command frecover(1m) and consider using the -F and -X options.

First try this with taking a small backup on a media and restoring that using the frecover command -F and/or -X option then actually do it on the actual requirement.

Refer to the manpage frecover(1m) for the details.


regards

Sujit
F Verschuren
Esteemed Contributor

Re: frecover :: restore to another path


hi,
just
cd /u06
frecover -vX -f /dev/rmt/1m -i /tmp