<?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 is unable to backup file &amp;gt; 2GB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959409#M486374</link>
    <description>Stuart Abramson,&lt;BR /&gt;&lt;BR /&gt;I am not able to open the attached gtar binary. Could you please email the file to john.jayaseelan@caravan-club.co.uk.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Apr 2003 08:29:45 GMT</pubDate>
    <dc:creator>John Jayaseelan</dc:creator>
    <dc:date>2003-04-28T08:29:45Z</dc:date>
    <item>
      <title>tar is unable to backup file &gt; 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959403#M486368</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;tar &amp;amp; cpio utilities are giving following error&lt;BR /&gt;while trying to backup file &amp;gt; 2GB.&lt;BR /&gt;&lt;BR /&gt;tar: file size &amp;gt; 2GB not dumped.&lt;BR /&gt;&lt;BR /&gt;Any idea why how this can be solved.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;John Jayaseelan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved&amp;nbsp;from Disk to HP-UX &amp;gt; sysadmin. - Hp Forum Moderator&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 01:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959403#M486368</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2014-03-05T01:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: tar is unable to backup file &gt; 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959404#M486369</link>
      <description>tar is an older UNIX utility, and has a 2GB file limit.&lt;BR /&gt;&lt;BR /&gt;You can use a number of other utilities.  What's available depends on your OS.&lt;BR /&gt;&lt;BR /&gt;GNU tar is available for most platforms, and does not have this 2GB limitation.  You can use fbackup/frecover also on many platforms.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Vince&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 15:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959404#M486369</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2003-04-25T15:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: tar is unable to backup file &gt; 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959405#M486370</link>
      <description>He's right above.&lt;BR /&gt;&lt;BR /&gt;I have attached unix binaries for "gtar", compiled for large files.  See if this works.&lt;BR /&gt;&lt;BR /&gt;You must have your file systems set up for "large files" to use it.</description>
      <pubDate>Fri, 25 Apr 2003 16:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959405#M486370</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-04-25T16:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: tar is unable to backup file &gt; 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959406#M486371</link>
      <description>64 BIT tar on 11.11/11.0 on hp/ux has no problem.  I believe that you are on a 32 bit tar, or have initiated the tar with cron that has a &lt;BR /&gt;2GB ulimit.  &lt;BR /&gt;&lt;BR /&gt;Solution put on cron patch for hp/ux and/or insure you are using 64Bit.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 25 Apr 2003 16:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959406#M486371</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-04-25T16:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: tar is unable to backup file &gt; 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959407#M486372</link>
      <description>tar and cpio have had this problem for a long time.&lt;BR /&gt;If your not moving data to another platform, then 'fbackup/frecocver' is definitely a far better tool. It provides a deal of flexibility over tar and cpio. (even the GNU versions). Check out the man page&lt;BR /&gt;$ man fbackup&lt;BR /&gt;$ man frecover&lt;BR /&gt;&lt;BR /&gt;Here's alink to the GNU versions which suport &amp;gt;2Gb &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/cpio-2.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/cpio-2.5/&lt;/A&gt;</description>
      <pubDate>Fri, 25 Apr 2003 19:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959407#M486372</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-25T19:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: tar is unable to backup file &gt; 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959408#M486373</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the update.&lt;BR /&gt;&lt;BR /&gt;HP-UX B.11.00 U 9000/898 is the Operating System used.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Apr 2003 08:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959408#M486373</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-04-28T08:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: tar is unable to backup file &gt; 2GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959409#M486374</link>
      <description>Stuart Abramson,&lt;BR /&gt;&lt;BR /&gt;I am not able to open the attached gtar binary. Could you please email the file to john.jayaseelan@caravan-club.co.uk.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Apr 2003 08:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-is-unable-to-backup-file-gt-2gb/m-p/2959409#M486374</guid>
      <dc:creator>John Jayaseelan</dc:creator>
      <dc:date>2003-04-28T08:29:45Z</dc:date>
    </item>
  </channel>
</rss>

