<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185150#M460581</link>
    <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to restore /test alone use this command.&lt;BR /&gt;&lt;BR /&gt;#frecover -x -g /tmp/graph.txt -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Your graph.txt should contain this..&lt;BR /&gt;&lt;BR /&gt;#more /tmp/graph.txt&lt;BR /&gt;i /test</description>
    <pubDate>Fri, 03 Jul 2009 11:02:14 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-07-03T11:02:14Z</dc:date>
    <item>
      <title>frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185145#M460576</link>
      <description>I have an fbackup tape, created with this graph:&lt;BR /&gt;&lt;BR /&gt; i /rd&lt;BR /&gt; i /db&lt;BR /&gt; i /test&lt;BR /&gt;&lt;BR /&gt;I'm moving some disks/volumes around, during which /test is going to be deleted from its volume group vg01, then created again (empty) in another volume group vg04.&lt;BR /&gt;&lt;BR /&gt;Before:&lt;BR /&gt;/dev/vg01/test  ...   /test&lt;BR /&gt;After:&lt;BR /&gt;/dev/vg04/test  ...   /test&lt;BR /&gt;&lt;BR /&gt;Can someone let me know how to frecover just /test?  Since the new fs will have the same name, I don't need to redirect the output of the restore, right?&lt;BR /&gt;&lt;BR /&gt;From what I see in the frecover man page, I guess I'd use this:&lt;BR /&gt;&lt;BR /&gt;frecover -x -i /test -c &lt;CONFIGFILE&gt; -f $TAPE&lt;BR /&gt;&lt;BR /&gt;Does that look right?  "configfile" is the config file that was used for the fbackup.  "$TAPE" is my tape device.&lt;BR /&gt;&lt;BR /&gt;Will all permissions be restored by default?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Fred&lt;BR /&gt;&lt;/CONFIGFILE&gt;</description>
      <pubDate>Thu, 02 Jul 2009 17:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185145#M460576</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2009-07-02T17:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185146#M460577</link>
      <description>Hi Fred:&lt;BR /&gt;&lt;BR /&gt;Yes,ownership, permissions and timestamps will be preserved.&lt;BR /&gt;&lt;BR /&gt;You don't need to specify the &lt;CONFIGFILE&gt; unless you want to alter the error handling, volume change handling or synchronization.  The values used during the 'fbackup' that created the tape are otherwise used.&lt;BR /&gt;&lt;BR /&gt;If you want to recover your files to a current working directory, use the '-X' (uppercase "X") option.  If you want to recover files without leading directories, use the '-F' option.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/CONFIGFILE&gt;</description>
      <pubDate>Thu, 02 Jul 2009 18:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185146#M460577</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-02T18:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185147#M460578</link>
      <description>Shalom Fred,&lt;BR /&gt;&lt;BR /&gt;it does look right to me.&lt;BR /&gt;&lt;BR /&gt;frecover will restore a single file to its original location, unless you use additional parameters directing it to a different location.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Jul 2009 18:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185147#M460578</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-02T18:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185148#M460579</link>
      <description>To be clear, I will need to restore the whole /test file system, will it be put in as:&lt;BR /&gt;&lt;BR /&gt;   -i /test/*&lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2009 09:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185148#M460579</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2009-07-03T09:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185149#M460580</link>
      <description>Hi (again) Fred:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; To be clear, I will need to restore the whole /test file system, will it be put in as:&lt;BR /&gt;&lt;BR /&gt;-i /test/*&lt;BR /&gt;&lt;BR /&gt;No, simply:&lt;BR /&gt;&lt;BR /&gt;-i /test&lt;BR /&gt;&lt;BR /&gt;If you want to exclude anything subordinate you would do&lt;BR /&gt;&lt;BR /&gt;-i /test -e /test/veryoldstuff&lt;BR /&gt;&lt;BR /&gt;The graph options do not use shell wildcards.  The order of 'i' and 'e' is immaterial since the first thing that 'fbackup' or 'frecover' does is to sort these.  If you use these in a graph file (with the '-g' option) drop the hyphen and list them on individual lines.&lt;BR /&gt;&lt;BR /&gt;If you want assurance that your recovery will do only what you expect, simply run it adding the '-v' and '-N' flags to toggle verbose messages and NOT recover.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 03 Jul 2009 10:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185149#M460580</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-03T10:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185150#M460581</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to restore /test alone use this command.&lt;BR /&gt;&lt;BR /&gt;#frecover -x -g /tmp/graph.txt -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Your graph.txt should contain this..&lt;BR /&gt;&lt;BR /&gt;#more /tmp/graph.txt&lt;BR /&gt;i /test</description>
      <pubDate>Fri, 03 Jul 2009 11:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185150#M460581</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-03T11:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185151#M460582</link>
      <description>Thanks folks.  It's off to work I go :)&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2009 11:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/5185151#M460582</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2009-07-03T11:26:22Z</dc:date>
    </item>
  </channel>
</rss>

