<?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/2531327#M869080</link>
    <description>You could use SAM to recover.  Go to interative backup and recovery.  Click on the device and recover.  Ther should be an Additional Parameters area, where you can specify a non-root directory.  click on this and enter the directory where you want the files located to.  It should put all files in that directory (and put sub-folders in there as well).  I think that it will make the directory if it is not created.  Sorry I can't be more exact, but I havn't really used the recover portion a whole lot.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Tue, 22 May 2001 16:43:40 GMT</pubDate>
    <dc:creator>Mark Vollmers</dc:creator>
    <dc:date>2001-05-22T16:43:40Z</dc:date>
    <item>
      <title>Frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531322#M869075</link>
      <description>Hi,&lt;BR /&gt;  I backed up /share/stage/ns-home/doc2 using fbackup, the command i used was&lt;BR /&gt;#/etc/fbackup -0v -g /tmp/graph -f /data/stage.tar&lt;BR /&gt;In the graph file i gave:&lt;BR /&gt;i /share/stage/ns-home/doc2&lt;BR /&gt;&lt;BR /&gt;My question is how to extract files from the fbackup to different directory, for example to /share/test/ns-home/doc2. That is i want to extract from backup, all the files from /share/stage/ns-home/doc2 to /share/test/ns-home/doc2. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 12:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531322#M869075</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2001-05-22T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531323#M869076</link>
      <description>See man frecover.</description>
      <pubDate>Tue, 22 May 2001 13:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531323#M869076</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-22T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531324#M869077</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;one file or directory is easy:&lt;BR /&gt;cd /share/test/ns-home/doc2&lt;BR /&gt;frecover -xvF -f/dev/rmt/0m -i /share/stage/ns-home/doc2/yourfile&lt;BR /&gt;--&amp;gt; -F put files in current directory&lt;BR /&gt;&lt;BR /&gt;a whole subtree is more work:&lt;BR /&gt;mkdir /tmp/share&lt;BR /&gt;mkdir /tmp/share/stage&lt;BR /&gt;mkdir /tmp/share/stage/ns-home&lt;BR /&gt;ln -s /share/stage/ns-home/doc2 /tmp/share/stage/ns-home/doc2&lt;BR /&gt;cd /tmp&lt;BR /&gt;frecover -xvX -f/dev/rmt/0m -i /share/stage/ns-home/doc2&lt;BR /&gt;--&amp;gt; -X restore files relative to the current directory; fake the path, and link the bottom directory to your destination&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;(was typed without checking, so be carefull, but the idea should be correct at least)&lt;BR /&gt;Thierry.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2001 13:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531324#M869077</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-05-22T13:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531325#M869078</link>
      <description>"See man frecover"  &lt;BR /&gt;&lt;BR /&gt;Vincenzo, That is a pretty stupid answer for someone who is looking for help.  If you think the question is silly or if you don't have the time to post a response then don't answer. And while I am at it, do me a favor?  Don't answer any of my questions anymore with dead links, I have better things to do than hit dead ends in cyberspace. &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 22 May 2001 13:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531325#M869078</guid>
      <dc:creator>Peter Maitland</dc:creator>
      <dc:date>2001-05-22T13:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531326#M869079</link>
      <description>vincenzo,&lt;BR /&gt;   You dont need to tell me to look into man pages for frecover. I know how to look into man pages and i know what i am doing.&lt;BR /&gt;&lt;BR /&gt;Thanks for your advice.</description>
      <pubDate>Tue, 22 May 2001 14:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531326#M869079</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2001-05-22T14:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531327#M869080</link>
      <description>You could use SAM to recover.  Go to interative backup and recovery.  Click on the device and recover.  Ther should be an Additional Parameters area, where you can specify a non-root directory.  click on this and enter the directory where you want the files located to.  It should put all files in that directory (and put sub-folders in there as well).  I think that it will make the directory if it is not created.  Sorry I can't be more exact, but I havn't really used the recover portion a whole lot.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 22 May 2001 16:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/2531327#M869080</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-05-22T16:43:40Z</dc:date>
    </item>
  </channel>
</rss>

