<?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: restore file from fbackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040976#M302960</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To list the contents of your tape:&lt;BR /&gt;&lt;BR /&gt;# frecover -I /tmp/tapecontents -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;To recover all the files on the tape:&lt;BR /&gt;&lt;BR /&gt;# frecover -v -x -g /tmp/graph -o -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Note that you define the files and or directories that you want restored in your graph file (e.g. /tmp/graph) just as you use a graph to configure 'fbackup'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 20 Jul 2007 08:14:17 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-07-20T08:14:17Z</dc:date>
    <item>
      <title>restore file from fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040974#M302958</link>
      <description>I use fbackup to backup a file to the tape , can advise if I want to list out and restore all file in the tape , what can I do ? thx</description>
      <pubDate>Fri, 20 Jul 2007 08:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040974#M302958</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-07-20T08:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: restore file from fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040975#M302959</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;for restore use frecover&lt;BR /&gt;&lt;BR /&gt;to list , files on dat user frecover -Nrv &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;L-DERLYN&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040975#M302959</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2007-07-20T08:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: restore file from fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040976#M302960</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To list the contents of your tape:&lt;BR /&gt;&lt;BR /&gt;# frecover -I /tmp/tapecontents -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;To recover all the files on the tape:&lt;BR /&gt;&lt;BR /&gt;# frecover -v -x -g /tmp/graph -o -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Note that you define the files and or directories that you want restored in your graph file (e.g. /tmp/graph) just as you use a graph to configure 'fbackup'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 20 Jul 2007 08:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040976#M302960</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-20T08:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: restore file from fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040977#M302961</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;the full command is frecover -Nrx -f /dev/rmt/0m ? &lt;BR /&gt;&lt;BR /&gt;but it seems not work , sorry to my ignorance&lt;BR /&gt;&lt;BR /&gt;frecover -Nrx -f /dev/rmt/0m &lt;BR /&gt;frecover(3205): specified options are mutually exclusive&lt;BR /&gt;frecover -r [-hosvymFNOX] [-c config] [-f device] [-S skip] [-E extarg]&lt;BR /&gt;frecover -R path [-f device]&lt;BR /&gt;frecover -x [-hosvymFNOX] [-c config] [-e path] [-f device]&lt;BR /&gt;            [-g graph] [-i path] [-S skip] [-E extarg]&lt;BR /&gt;frecover [-I | -V] path [-vy] [-f device] [-c config]&lt;BR /&gt;-{r,x} - full/partial recovery&lt;BR /&gt;-{I,V} - write index/volume-header to path&lt;BR /&gt;-{F,X} - flat/relative recovery&lt;BR /&gt;-{i,e} - specify a path to include/exclude&lt;BR /&gt;-{g,c} - specify a graph/configuration file&lt;BR /&gt;-{N,h} - No files recovered-Only verify/graph information&lt;BR /&gt;-R     - continue an interrupted session&lt;BR /&gt;-f     - specify an input device&lt;BR /&gt;-o     - overwrite existing files&lt;BR /&gt;-v     - verbose mode&lt;BR /&gt;-y     - answer yes to all questions&lt;BR /&gt;-S     - specify a file for skipped blocks&lt;BR /&gt;-s     - sparse file recovery&lt;BR /&gt;-O     - set ownership of files to the user running the recovery&lt;BR /&gt;-m     - Print marker information (checksums, filemarks, setmarks)&lt;BR /&gt;-E     - specify extent attributes handling: warn, force, or ignore</description>
      <pubDate>Fri, 20 Jul 2007 08:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040977#M302961</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-07-20T08:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: restore file from fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040978#M302962</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Full command is frecover -Nrv /dev/rmt/xx&lt;BR /&gt;&lt;BR /&gt;you have specified Nrx&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;L-DERLYN&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040978#M302962</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2007-07-20T08:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: restore file from fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040979#M302963</link>
      <description>I got it , thx all much.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-file-from-fbackup/m-p/4040979#M302963</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-07-20T08:48:54Z</dc:date>
    </item>
  </channel>
</rss>

