<?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 questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088912#M442014</link>
    <description>Thanks again</description>
    <pubDate>Wed, 23 Jan 2008 15:13:21 GMT</pubDate>
    <dc:creator>Lawrence Kaufman</dc:creator>
    <dc:date>2008-01-23T15:13:21Z</dc:date>
    <item>
      <title>frecover questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088906#M442008</link>
      <description>I used fbackup to do a full backup. Can frecover extract files based on date? I think the answer is no, but I am not sure.&lt;BR /&gt;&lt;BR /&gt; The files that I need to extract are named like this- 000123, 000124, 000125. How would I define the graph file to extract a group of sequential numbers? i.e.- 000123-000163   &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2008 20:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088906#M442008</guid>
      <dc:creator>Lawrence Kaufman</dc:creator>
      <dc:date>2008-01-21T20:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: frecover questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088907#M442009</link>
      <description>Hi Lawrence:&lt;BR /&gt;&lt;BR /&gt;The graphs used with 'fbackup'/'frecover' only specify the names of files and directories to include and exclude.  No wildcard characters or interpolation of filenames occurs.&lt;BR /&gt;&lt;BR /&gt;To extract a group of sequentially numbered files, generate the graph with a script.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Jan 2008 20:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088907#M442009</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-21T20:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: frecover questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088908#M442010</link>
      <description>I think its possible. Refered man pages it says:&lt;BR /&gt;-x   The files identified by the -i, -e, and -g options are extracted or not extracted from the backup media.  If a file to be extracted matches a directory        whose contents have been written to the backup media, and the -h option is not specified, the directory is recursively extracted.  The owner, modification time, and&lt;BR /&gt;access control list (including optional entries, unless the -A option is specified) are recovered.  If no file argument is given (including an empty graph file), all    files on the backup media are extracted, unless the -h option is specified.&lt;BR /&gt;&lt;BR /&gt;-e path     path is interpreted as a graph to be excluded from the recovery.  There is no limit on how many times the -e       option can be specified.&lt;BR /&gt;&lt;BR /&gt;-g graph    graph defines a graph file.  Graph files are text files and contain the list of file names (graphs) to be         recovered or skipped.  Files are recovered using the -i option; so, for example, if the user wants to recover all of /usr, the graph file contains one entry:&lt;BR /&gt;&lt;BR /&gt;         i /usr&lt;BR /&gt;It is also possible to skip files by using the -e option.For example, if a user wants to recover all of /usr except for the subgraph /usr/lib, the graph file contains two entries:&lt;BR /&gt;&lt;BR /&gt;         i /usr&lt;BR /&gt;         e /usr/lib&lt;BR /&gt;&lt;BR /&gt;If the graph file is missing, frecover exits with an error message.  An empty graph file results in recovering all files on the media.&lt;BR /&gt;      &lt;BR /&gt;-h    Extract the actual directory, rather than the files that it references.  This prevents hierarchical restoration of       complete subtrees from the backup media.&lt;BR /&gt;&lt;BR /&gt;-i path   path is interpreted as a graph to be included in the recovery.  There is no limit on how many times the -i option can be specified.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2008 20:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088908#M442010</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-01-21T20:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: frecover questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088909#M442011</link>
      <description>Create an Index file and then restore the files you want using the -i. &lt;BR /&gt;&lt;BR /&gt;#frestore -I /tmp/indexfilename -f /dev/rmt/(device) -v&lt;BR /&gt;&lt;BR /&gt;You may want to use the -F option &lt;BR /&gt;&lt;BR /&gt;Jacques&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 14:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088909#M442011</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2008-01-22T14:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: frecover questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088910#M442012</link>
      <description>Can you show me what the index file would look like? I know I could do this all in SAM. But SAM takes all of the fun out of admin tasks. &lt;BR /&gt;&lt;BR /&gt;Thanks all!</description>
      <pubDate>Tue, 22 Jan 2008 14:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088910#M442012</guid>
      <dc:creator>Lawrence Kaufman</dc:creator>
      <dc:date>2008-01-22T14:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: frecover questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088911#M442013</link>
      <description>Hi (again) Lawrence:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can you show me what the index file would look like?&lt;BR /&gt;&lt;BR /&gt;I believe you mean a 'graph' file.  Look at the manpages for 'frecover' under the '-g' option.  There is an example there.  You use 'i' followed by a space and a file or directory to (i)nclude.  You use 'e' followed by a apace and a file or directory to (e)xclude.&lt;BR /&gt;&lt;BR /&gt;When constructing your graph file you don't need to worry about the order of any entries.  You could write all of your includes before your excludes or intermix them.  Before a recovery actually begins, the contents of the 'graph' are sorted and evaulated to constuct the list of entities to recover.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 22 Jan 2008 14:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088911#M442013</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-22T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: frecover questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088912#M442014</link>
      <description>Thanks again</description>
      <pubDate>Wed, 23 Jan 2008 15:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-questions/m-p/5088912#M442014</guid>
      <dc:creator>Lawrence Kaufman</dc:creator>
      <dc:date>2008-01-23T15:13:21Z</dc:date>
    </item>
  </channel>
</rss>

