<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: frecover command need help urgent please in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979719#M294227</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As far as fbackup is concerned it doesn't &lt;BR /&gt;recognise filesystem it only knows files.&lt;BR /&gt;&lt;BR /&gt;If u mean /data1, /data2, /data3 etc. as filesystems mounted on /data1, /data2, /data3&lt;BR /&gt;then u can restore multiple filesystem provided&lt;BR /&gt;they should present in a single backup of fbackup.&lt;BR /&gt;&lt;BR /&gt;If u mean restoreing several filesystems in the same time&lt;BR /&gt;as restoring in a single command then u can use&lt;BR /&gt;&lt;BR /&gt;# frecover -xvf /dev/rmt/0m -i /data1 -i /data2 -i /data3 .....&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;u can create a graph file eg. gr1 as&lt;BR /&gt;&lt;BR /&gt;gr1&lt;BR /&gt;-------&lt;BR /&gt;i /data1&lt;BR /&gt;i /data2&lt;BR /&gt;i /data3&lt;BR /&gt;---------&lt;BR /&gt;&lt;BR /&gt;and use&lt;BR /&gt;&lt;BR /&gt;# frecover -xvf /dev/rmt/0m -g gr1&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Apr 2007 02:44:12 GMT</pubDate>
    <dc:creator>SANTOSH S. MHASKAR</dc:creator>
    <dc:date>2007-04-12T02:44:12Z</dc:date>
    <item>
      <title>frecover command need help urgent please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979715#M294223</link>
      <description>Hi,&lt;BR /&gt;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:&lt;BR /&gt;example:&lt;BR /&gt;I want to restore the filesystem /data1 under /data1&lt;BR /&gt;and /data2 under another filesystem /datatest&lt;BR /&gt;&lt;BR /&gt;I tried this for the restore of /data1 and it works:&lt;BR /&gt;frecover -vxF -f /dev/rmt/0m -i /data1&lt;BR /&gt;=&amp;gt; everyhting is correctly restored on the filesystem /data1&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&amp;lt; / &amp;gt; # cd /datatest&lt;BR /&gt;&amp;lt; /data2 &amp;gt; # frecover -vxF -f /dev/rmt/0m -i /data2&lt;BR /&gt;&lt;BR /&gt;Could you give me the good options to do it propery Thanks in advance it is very urgent !&lt;BR /&gt;Cheers&lt;BR /&gt;Al</description>
      <pubDate>Thu, 12 Apr 2007 00:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979715#M294223</guid>
      <dc:creator>kate32</dc:creator>
      <dc:date>2007-04-12T00:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: frecover command need help urgent please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979716#M294224</link>
      <description>another question can I restore the 3 filesystem in the same time ? I don't think I can do it but we never know just in case... Thanks in advance Kate</description>
      <pubDate>Thu, 12 Apr 2007 01:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979716#M294224</guid>
      <dc:creator>kate32</dc:creator>
      <dc:date>2007-04-12T01:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: frecover command need help urgent please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979717#M294225</link>
      <description>I have found my mistakes t was the F option wrong but X !!!&lt;BR /&gt;frecover -vxX &lt;BR /&gt;&lt;BR /&gt;but still if you can answer to the questions if we can restore several filesystems in the same time&lt;BR /&gt;&lt;BR /&gt;There is a log for a frecover or fbackup?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Cheers&lt;BR /&gt;Kate</description>
      <pubDate>Thu, 12 Apr 2007 02:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979717#M294225</guid>
      <dc:creator>kate32</dc:creator>
      <dc:date>2007-04-12T02:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: frecover command need help urgent please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979718#M294226</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;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&lt;BR /&gt;&amp;lt; / &amp;gt; # cd /datatest&lt;BR /&gt;&amp;lt; /data2 &amp;gt; # frecover -vxF -f /dev/rmt/0m -i /data2&lt;BR /&gt;-------------------&lt;BR /&gt;U have to use -X option of frecover.&lt;BR /&gt;&lt;BR /&gt;do like this&lt;BR /&gt;&lt;BR /&gt;# cd /datatest&lt;BR /&gt;# frecover -xXvf /dev/rmt/0m -i /data2&lt;BR /&gt;&lt;BR /&gt;This will extract contents of /data2 under&lt;BR /&gt;/datatest with full path hierarchy&lt;BR /&gt;&lt;BR /&gt;eg.&lt;BR /&gt;if u have&lt;BR /&gt;&lt;BR /&gt;/data2/dir1/dir2/file1&lt;BR /&gt;&lt;BR /&gt;will get restored as &lt;BR /&gt;&lt;BR /&gt;/datatest/data2/dir1/dir2/file1&lt;BR /&gt;&lt;BR /&gt;then move all contents of /datatemp/data2 to&lt;BR /&gt;/data2&lt;BR /&gt;&lt;BR /&gt;# mv /datatemp/data2/* /datatemp&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 02:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979718#M294226</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2007-04-12T02:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: frecover command need help urgent please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979719#M294227</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As far as fbackup is concerned it doesn't &lt;BR /&gt;recognise filesystem it only knows files.&lt;BR /&gt;&lt;BR /&gt;If u mean /data1, /data2, /data3 etc. as filesystems mounted on /data1, /data2, /data3&lt;BR /&gt;then u can restore multiple filesystem provided&lt;BR /&gt;they should present in a single backup of fbackup.&lt;BR /&gt;&lt;BR /&gt;If u mean restoreing several filesystems in the same time&lt;BR /&gt;as restoring in a single command then u can use&lt;BR /&gt;&lt;BR /&gt;# frecover -xvf /dev/rmt/0m -i /data1 -i /data2 -i /data3 .....&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;u can create a graph file eg. gr1 as&lt;BR /&gt;&lt;BR /&gt;gr1&lt;BR /&gt;-------&lt;BR /&gt;i /data1&lt;BR /&gt;i /data2&lt;BR /&gt;i /data3&lt;BR /&gt;---------&lt;BR /&gt;&lt;BR /&gt;and use&lt;BR /&gt;&lt;BR /&gt;# frecover -xvf /dev/rmt/0m -g gr1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 02:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-command-need-help-urgent-please/m-p/3979719#M294227</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2007-04-12T02:44:12Z</dc:date>
    </item>
  </channel>
</rss>

