<?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: Backing up data from tru64 to Restore on Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187400#M32355</link>
    <description>When tar fails, cpio could be your alternative.</description>
    <pubDate>Sun, 27 Apr 2008 13:04:18 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2008-04-27T13:04:18Z</dc:date>
    <item>
      <title>Backing up data from tru64 to Restore on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187399#M32354</link>
      <description>Customer wants to take around 180GB data backup from tru64 to restore on RHEL 4.0.&lt;BR /&gt;&lt;BR /&gt;Seems Datas are more than 8GB file size and they have taken backup with tar -E option.&lt;BR /&gt;&lt;BR /&gt;While trying to restore in linux, getting segmentation fault.&lt;BR /&gt;&lt;BR /&gt;Isit due to taken the backup with E option in tru64?&lt;BR /&gt;&lt;BR /&gt;Is there any other backup/restore utility which supports both the OS with large file sizes?&lt;BR /&gt;&lt;BR /&gt;Pls advice&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ravi</description>
      <pubDate>Sun, 27 Apr 2008 11:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187399#M32354</guid>
      <dc:creator>kravi75</dc:creator>
      <dc:date>2008-04-27T11:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up data from tru64 to Restore on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187400#M32355</link>
      <description>When tar fails, cpio could be your alternative.</description>
      <pubDate>Sun, 27 Apr 2008 13:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187400#M32355</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-04-27T13:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up data from tru64 to Restore on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187401#M32356</link>
      <description>&amp;gt; While trying to restore in linux, [...]&lt;BR /&gt;&lt;BR /&gt;Using what?&lt;BR /&gt;&lt;BR /&gt;I believe that GNU "tar" is available on both&lt;BR /&gt;systems.  It might make some sense to use the&lt;BR /&gt;same program at both ends.  (Especially when&lt;BR /&gt;using features involving extensions to the&lt;BR /&gt;original "tar" format.)</description>
      <pubDate>Sun, 27 Apr 2008 13:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187401#M32356</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-27T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up data from tru64 to Restore on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187402#M32357</link>
      <description>Hello Ravi,&lt;BR /&gt;&lt;BR /&gt;you can try cpio instead of tar. &lt;BR /&gt;&lt;BR /&gt;Is there any way to copy the data directory, for example over scp?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Sun, 27 Apr 2008 14:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187402#M32357</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2008-04-27T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up data from tru64 to Restore on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187403#M32358</link>
      <description>First question I have you have large file support in Linux???&lt;BR /&gt;&lt;BR /&gt;And if you have taken backup using tar and you will have to restor it using tar only.&lt;BR /&gt;-E i do not think could be the reason.&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Sun, 27 Apr 2008 21:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187403#M32358</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2008-04-27T21:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up data from tru64 to Restore on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187404#M32359</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your advice.&lt;BR /&gt;&lt;BR /&gt;There are single file with more than 8GB sizes, hence not tried with cpio, since it also has limitation of file size.&lt;BR /&gt;&lt;BR /&gt;Now we are trying with ftp option.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ravi</description>
      <pubDate>Wed, 30 Apr 2008 10:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187404#M32359</guid>
      <dc:creator>kravi75</dc:creator>
      <dc:date>2008-04-30T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up data from tru64 to Restore on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187405#M32360</link>
      <description>&amp;gt; Now we are trying with ftp option.&lt;BR /&gt;&lt;BR /&gt;Why?   If you're using the network for the&lt;BR /&gt;transfer, why not use a (GNU) "tar" pipeline?&lt;BR /&gt;If the data are compressible, and the CPUs&lt;BR /&gt;are not too old and slow, this would allow&lt;BR /&gt;easy compression, too.  (While saving the&lt;BR /&gt;various file attributes, like ownership and&lt;BR /&gt;permissions.)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1222875" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1222875&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(For a non-HP-UX system, remsh -&amp;gt; rsh.)</description>
      <pubDate>Wed, 30 Apr 2008 20:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backing-up-data-from-tru64-to-restore-on-linux/m-p/4187405#M32360</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-30T20:13:42Z</dc:date>
    </item>
  </channel>
</rss>

