oliverbeat
Technical User
Hi,
I have a tape fbackup done (fbackup -f /dev/rmt/0m -i / -I index.fullfbackup) and I need to restore 3 filesystems, I would like to know the correct command and options:
example:
I want to restore the filesystem /data1 under /data1
and /data2 under another filesystem /datatest
I tried this for the restore of /data1 and it works:
frecover -vxF -f /dev/rmt/0m -i /data1
=> everyhting is correctly restored on the filesystem /data1
but if I want to restore the whole filesystem /data2 on another filesystem /datatest he didn't restore the path directory etc... only directly the files.... here the command I did
< / > # cd /datatest
< /data2 > # frecover -vxF -f /dev/rmt/0m -i /data2
Could you give me the good options to do it propery Thanks in advance it is very urgent !
Cheers
Al
I have a tape fbackup done (fbackup -f /dev/rmt/0m -i / -I index.fullfbackup) and I need to restore 3 filesystems, I would like to know the correct command and options:
example:
I want to restore the filesystem /data1 under /data1
and /data2 under another filesystem /datatest
I tried this for the restore of /data1 and it works:
frecover -vxF -f /dev/rmt/0m -i /data1
=> everyhting is correctly restored on the filesystem /data1
but if I want to restore the whole filesystem /data2 on another filesystem /datatest he didn't restore the path directory etc... only directly the files.... here the command I did
< / > # cd /datatest
< /data2 > # frecover -vxF -f /dev/rmt/0m -i /data2
Could you give me the good options to do it propery Thanks in advance it is very urgent !
Cheers
Al