<?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: another frecover question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566152#M919707</link>
    <description>should I 'cd' to the directory where I want the files placed, and use the -X option??&lt;BR /&gt;&lt;BR /&gt;ron</description>
    <pubDate>Thu, 16 Aug 2001 15:51:57 GMT</pubDate>
    <dc:creator>Ron Irving</dc:creator>
    <dc:date>2001-08-16T15:51:57Z</dc:date>
    <item>
      <title>another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566151#M919706</link>
      <description>I'm just chalk full of questions, aren't I?&lt;BR /&gt;&lt;BR /&gt;We want to restore the contents of a tape to another local directory structure.  Files exist on the tape as follows:&lt;BR /&gt;&lt;BR /&gt;/dir1/dir2&lt;BR /&gt;&lt;BR /&gt;We wish to put them here:&lt;BR /&gt;&lt;BR /&gt;/dir1/dir3&lt;BR /&gt;&lt;BR /&gt;so:&lt;BR /&gt;&lt;BR /&gt;frecover -f /dev/rmt/0m -Fv0g graph /dir1/dir3&lt;BR /&gt;&lt;BR /&gt;How's that?&lt;BR /&gt;&lt;BR /&gt;ron</description>
      <pubDate>Thu, 16 Aug 2001 15:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566151#M919706</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2001-08-16T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566152#M919707</link>
      <description>should I 'cd' to the directory where I want the files placed, and use the -X option??&lt;BR /&gt;&lt;BR /&gt;ron</description>
      <pubDate>Thu, 16 Aug 2001 15:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566152#M919707</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2001-08-16T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566153#M919708</link>
      <description>ok...how's this?&lt;BR /&gt;&lt;BR /&gt;cd /directoryofchoice&lt;BR /&gt;frecover -f /dev/rmt/0m -XFvg graphfile&lt;BR /&gt;&lt;BR /&gt;better?&lt;BR /&gt;&lt;BR /&gt;ron</description>
      <pubDate>Thu, 16 Aug 2001 16:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566153#M919708</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2001-08-16T16:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566154#M919709</link>
      <description>hello??&lt;BR /&gt;&lt;BR /&gt;anyone????</description>
      <pubDate>Thu, 16 Aug 2001 16:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566154#M919709</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2001-08-16T16:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566155#M919710</link>
      <description>Hi Ron:&lt;BR /&gt;&lt;BR /&gt;See if this helps you.  Imagine that you have a file called /tmp/dummydir/myfile on an 'fbackup' tape.  You want to restore it to the /var/tmp directory.  Do this:&lt;BR /&gt;&lt;BR /&gt;# cd /var #...only this far&lt;BR /&gt;# frecover -f /dev/rmt/0m -X -x -i /tmp/dummydir/myfile&lt;BR /&gt;&lt;BR /&gt;This will recover the file so that it is:&lt;BR /&gt;&lt;BR /&gt;/var/tmp/dummydir/myfile&lt;BR /&gt;&lt;BR /&gt;The '-F' and '-X' options are mutually exclusive.  If you include both, you get "specified both X and F keys; F assumed".  I may have misled you on that, in an earlier post (sorry).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 16 Aug 2001 16:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566155#M919710</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-16T16:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566156#M919711</link>
      <description>Thanks James...now imagine this scenario.&lt;BR /&gt;&lt;BR /&gt;we have a file:&lt;BR /&gt;/data01/data02/myfile.&lt;BR /&gt;&lt;BR /&gt;it's been backed up just like that.&lt;BR /&gt;&lt;BR /&gt;I wish to put that file here:&lt;BR /&gt;/data01/data03/myfile.&lt;BR /&gt;&lt;BR /&gt;now:&lt;BR /&gt;&lt;BR /&gt;cd /data01/data03&lt;BR /&gt;# frecover -f /dev/rmt/0m -F -x -i /data01/data02/myfile&lt;BR /&gt;&lt;BR /&gt;God help me!!!&lt;BR /&gt;&lt;BR /&gt;ron</description>
      <pubDate>Thu, 16 Aug 2001 17:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566156#M919711</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2001-08-16T17:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566157#M919712</link>
      <description>Hi (again) Ron:&lt;BR /&gt;&lt;BR /&gt;OK. In your last example, you would end up with a file "/data01/data03/data01/data02/myfile".&lt;BR /&gt;&lt;BR /&gt;The best you can do is to recover the file into the principal directory you want.  For instance, if I restored /tmp/dummydir/myfile into /var/tmp, I'd have /var/tmp/tmp/dummydir/myfile.  If this isn't what I want, I could 'mv' /var/tmp/tmp/dummydir/myfile to /var/tmp/dummydir/myfile and remove the (then) empty /var/tmp/tmp/dummydir directory --&lt;BR /&gt;"messy" but true.&lt;BR /&gt;&lt;BR /&gt;Regards, again!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 16 Aug 2001 17:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566157#M919712</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-16T17:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566158#M919713</link>
      <description>Ok James, (again.)&lt;BR /&gt;&lt;BR /&gt;Here's what I did.  I created a small directory tree.  /tempron/backup/test&lt;BR /&gt;I created a few files in /tempron, and backed them up using:&lt;BR /&gt;fbackup -f /dev/rmt/0m -0vg /tempgraph&lt;BR /&gt;then I changed directory:&lt;BR /&gt;cd /tempron/backup/test&lt;BR /&gt;then:&lt;BR /&gt;frecover -f /dev/rmt/0m -F -x -g /tempgraph.&lt;BR /&gt;&lt;BR /&gt;and you know what?  I got all my files in that directory, without leading directories.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help James...(wish I was coming to Chicago...I'd buy you a few drinks)&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;RRI</description>
      <pubDate>Thu, 16 Aug 2001 18:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566158#M919713</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2001-08-16T18:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: another frecover question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566159#M919714</link>
      <description>Hi Ron:&lt;BR /&gt;&lt;BR /&gt;I'm glad I could help.  Thanks for the offer.  Sorry you're not going to make Chicago.&lt;BR /&gt;&lt;BR /&gt;with warm regards, Jim.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 16 Aug 2001 19:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-frecover-question/m-p/2566159#M919714</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-16T19:02:17Z</dc:date>
    </item>
  </channel>
</rss>

