<?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: Restoring data between two hp-ux systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570798#M372691</link>
    <description>I got frecover to work as anticipated, using frecover -r -v -X. Was a little reluctant using -r, since I didn't want the files to go to the old place, but it worked excellently with -X.&lt;BR /&gt;Thanks for the hints and help!</description>
    <pubDate>Wed, 27 Jan 2010 09:24:11 GMT</pubDate>
    <dc:creator>SCHK</dc:creator>
    <dc:date>2010-01-27T09:24:11Z</dc:date>
    <item>
      <title>Restoring data between two hp-ux systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570793#M372686</link>
      <description>Hi, I need to restore userdata from an older HP9000 server running hp-ux B.11.11 to a new Integrity rx2660 with hp-ux B.11.31. The tape was generated with the backup-module in SAM (fbackup) and while the data resided in /usr/u01 I need them now in /u01/xxxx/u01 (the last 'u01' in both paths being the same).&lt;BR /&gt;I have some trouble figuring out how to specify the frestore command correctly.&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 25 Jan 2010 16:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570793#M372686</guid>
      <dc:creator>SCHK</dc:creator>
      <dc:date>2010-01-25T16:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring data between two hp-ux systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570794#M372687</link>
      <description>Please Check if the below example, Usefull for for your requirement.&lt;BR /&gt;&lt;BR /&gt;# cd /var/opt/omni; fbackup -f - -i . | (cd /var/opt/omni2; frecover -f - -r)&lt;BR /&gt;fbackup(1004): session begins on Thu Jan 5 13:05:09 2006&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file -&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 89247776&lt;BR /&gt;fbackup(3056): total blocks written to output file -: 89306792&lt;BR /&gt;[1] + Done cd /var/opt/omni; fbackup -f - -i . | (cd /var/opt/omni2; frecover -f - -r)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2010 16:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570794#M372687</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-25T16:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring data between two hp-ux systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570795#M372688</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use the '-X' [uppercase] option of 'frecover' to recover files to a relative directory.  You can then 'mv' subdirectories upward in the tree to eliminate intermediate directories.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 25 Jan 2010 17:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570795#M372688</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-01-25T17:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring data between two hp-ux systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570796#M372689</link>
      <description>Johnson, thank you for your answer but I can't quite see from the example, what you're trying to do... Could you explain briefly? &lt;BR /&gt;It is my intention to store the data on the old server to tape - move the tape to the new server and then do the restore.&lt;BR /&gt;&lt;BR /&gt;James, thanks, I'm aware of the -X option, but I need to specify more options (got an error, and none of the choices seemed quite appropiate...)&lt;BR /&gt;&lt;BR /&gt;Perhaps tar is a more relevant choice for this kind of operation?</description>
      <pubDate>Tue, 26 Jan 2010 13:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570796#M372689</guid>
      <dc:creator>SCHK</dc:creator>
      <dc:date>2010-01-26T13:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring data between two hp-ux systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570797#M372690</link>
      <description>&amp;gt;Perhaps tar is a more relevant choice for this kind of operation?&lt;BR /&gt;&lt;BR /&gt;Not if you want any kind of speed.  And you have already done the fbackup.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;got an error, and none of the choices seemed quite appropriate.&lt;BR /&gt;&lt;BR /&gt;It would be helpful if you provided your command line and the error.  (Perhaps that will jog JRF's memory.  :-)</description>
      <pubDate>Tue, 26 Jan 2010 13:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570797#M372690</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-01-26T13:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring data between two hp-ux systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570798#M372691</link>
      <description>I got frecover to work as anticipated, using frecover -r -v -X. Was a little reluctant using -r, since I didn't want the files to go to the old place, but it worked excellently with -X.&lt;BR /&gt;Thanks for the hints and help!</description>
      <pubDate>Wed, 27 Jan 2010 09:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restoring-data-between-two-hp-ux-systems/m-p/4570798#M372691</guid>
      <dc:creator>SCHK</dc:creator>
      <dc:date>2010-01-27T09:24:11Z</dc:date>
    </item>
  </channel>
</rss>

