<?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: tar ball in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873552#M99093</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The tar and cpio utilities that come with HP-UX have a max file size limit of 2 Gb.  You can use fbackup or you can download the GNU tar utility and use it.&lt;BR /&gt;&lt;BR /&gt;Take a look at this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfad8a1abbac8d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfad8a1abbac8d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Jan 2003 20:09:29 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2003-01-02T20:09:29Z</dc:date>
    <item>
      <title>tar ball</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873550#M99091</link>
      <description>could make tar ball for a file large as 5 gig.please help.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 02 Jan 2003 20:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873550#M99091</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2003-01-02T20:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: tar ball</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873551#M99092</link>
      <description>from the /usr/share/doc/lg_files.txt doco...&lt;BR /&gt;&lt;BR /&gt;4.2.1 tar, cpio, pax, ftio&lt;BR /&gt;&lt;BR /&gt;Some of the backup commands, specifically tar, cpio, pax (tar &amp;amp; cpio&lt;BR /&gt;formats), and ftio (because it creates cpio format archives) are&lt;BR /&gt;restricted from supporting large files due to standards defined&lt;BR /&gt;headers in the archives. Although the headers allow archival of files&lt;BR /&gt;upto 8GB, there is no guaran- tee that there will be no attempt to&lt;BR /&gt;restore these files on a system that does not support large&lt;BR /&gt;files. These commands will therefore support files up to 2GB&lt;BR /&gt;only. Attempts to archive any files &amp;gt;2GB will fail, and the files will&lt;BR /&gt;not be added to the archive.</description>
      <pubDate>Thu, 02 Jan 2003 20:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873551#M99092</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2003-01-02T20:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: tar ball</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873552#M99093</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The tar and cpio utilities that come with HP-UX have a max file size limit of 2 Gb.  You can use fbackup or you can download the GNU tar utility and use it.&lt;BR /&gt;&lt;BR /&gt;Take a look at this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfad8a1abbac8d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfad8a1abbac8d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jan 2003 20:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873552#M99093</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-01-02T20:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: tar ball</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873553#M99094</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Either use GNU's 'tar' from one of the HP-UX Porting centers, or if you are running 11.11, apply tar patch PHCO_26423.  I'd also add the cousin, 'pax' patch 26422.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 02 Jan 2003 20:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873553#M99094</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-01-02T20:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: tar ball</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873554#M99095</link>
      <description>I think there is a bit of misunderstanding here.  &lt;BR /&gt;&lt;BR /&gt;While tar does NOT support backing up a file that is 2GB or larger, I THINK that tar CAN create a tar ball (tar -xvf filename.tar), where filename.tar is the tar ball, that is larger than 2GB.&lt;BR /&gt;&lt;BR /&gt;If this tar were not able to do this then it would not be able to write more than 2GB of data to a DDS, DLT or any other tape.&lt;BR /&gt;&lt;BR /&gt;The only catch is that your filesystem MUST have largefiles enabled so that you don't hit the filesystem 2GB limit for a non-largefiles filesystem.</description>
      <pubDate>Thu, 02 Jan 2003 20:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873554#M99095</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-01-02T20:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: tar ball</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873555#M99096</link>
      <description>There is one more catch: make sure you don't exceed ulimit for the file size.</description>
      <pubDate>Thu, 02 Jan 2003 22:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-ball/m-p/2873555#M99096</guid>
      <dc:creator>Vitek Pepas</dc:creator>
      <dc:date>2003-01-02T22:00:30Z</dc:date>
    </item>
  </channel>
</rss>

