<?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/2896994#M104183</link>
    <description>As far as I'm aware frecover does not support the use of wildcards. You will need to either recover entire directories or establish a graph file in which the frecover command will have to make reference to. All that 'sam' will do in selecting files is just creating it's own graph file. Have a look at this posting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc224b3ef09fd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc224b3ef09fd611abdb0090277a778c,00.html&lt;/A&gt;</description>
    <pubDate>Wed, 05 Feb 2003 04:53:46 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-02-05T04:53:46Z</dc:date>
    <item>
      <title>frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896992#M104181</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Using frecover utility if I want to restore all the files starting with Jan... &lt;BR /&gt;Can I use Jan* &lt;BR /&gt;ex.:frecover -xv -X -i /u01/Jan* -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Will this frecover command restore all the files starting with Jan....&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 05 Feb 2003 04:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896992#M104181</guid>
      <dc:creator>Nitin Nigam</dc:creator>
      <dc:date>2003-02-05T04:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896993#M104182</link>
      <description>I generally do single or selective file recovery with sam&lt;BR /&gt;&lt;BR /&gt;sam&lt;BR /&gt;backup and recovery&lt;BR /&gt;&lt;BR /&gt;recover files interatively.&lt;BR /&gt;&lt;BR /&gt;I know Bill Hassell does everything on the command line, but for selective recoveries, I'm more comfortable with that.  Just a suggestion.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Wed, 05 Feb 2003 04:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896993#M104182</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-05T04:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896994#M104183</link>
      <description>As far as I'm aware frecover does not support the use of wildcards. You will need to either recover entire directories or establish a graph file in which the frecover command will have to make reference to. All that 'sam' will do in selecting files is just creating it's own graph file. Have a look at this posting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc224b3ef09fd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc224b3ef09fd611abdb0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 05 Feb 2003 04:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896994#M104183</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-02-05T04:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896995#M104184</link>
      <description>Hi!&lt;BR /&gt;I suppose the regular expressions are not working so correctly with frecover.&lt;BR /&gt;So you can try to create graph file&lt;BR /&gt;with Jan*-file and use it:&lt;BR /&gt;&lt;BR /&gt;1. Create graphfile:&lt;BR /&gt;#ll -a | grep Jan | &lt;BR /&gt;awk -v var=/u01/ '{print "i",var$9}' &amp;gt; ./graphfile&lt;BR /&gt;&lt;BR /&gt;2.Use it:&lt;BR /&gt;#frecover -xX -g ./graphfile -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Regards,Stan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2003 09:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896995#M104184</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-05T09:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896996#M104185</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;frecover does not accept wildcards for the include list.&lt;BR /&gt;&lt;BR /&gt;So either restore the complete directory, if feasible.&lt;BR /&gt;&lt;BR /&gt;Or extract the index to a file, grep the required files, and use the result as a graph file :&lt;BR /&gt;frecover -I /tmp/index -f /dev/yourdev&lt;BR /&gt;grep "/u01/Jan" /tmp/index &amp;gt; /tmp/graph&lt;BR /&gt;frecover -xXv -g /tmp/graph -f /dev/yourdev&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Wed, 05 Feb 2003 09:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2896996#M104185</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2003-02-05T09:19:56Z</dc:date>
    </item>
  </channel>
</rss>

