<?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: About tar command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067329#M139897</link>
    <description>tar is a good backup tool for data, but it won't work on open database files like oracle.&lt;BR /&gt;&lt;BR /&gt;Standard tar won't do files bigger than 2 GB.  A patch from HP will bump it up to a max of 8 GB.&lt;BR /&gt;&lt;BR /&gt;GNU tar has more features and the higher filesize limit.&lt;BR /&gt;&lt;BR /&gt;tar cvf will create a tar archive.&lt;BR /&gt;tar rvf will update and add to a tar archive.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 10 Sep 2003 01:19:56 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-09-10T01:19:56Z</dc:date>
    <item>
      <title>About tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067325#M139893</link>
      <description>I would like to use "tar" to backup files , does "tar" support append file ? thx.</description>
      <pubDate>Wed, 10 Sep 2003 00:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067325#M139893</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-09-10T00:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: About tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067326#M139894</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes. Look at "u" option of tar command in it's man page.&lt;BR /&gt;&lt;BR /&gt;If it is on HP system, i would suggest to use fbackup. You can do incremental backups with it and it can spawn multiple tapes. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 10 Sep 2003 00:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067326#M139894</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-09-10T00:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: About tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067327#M139895</link>
      <description>Yes you can do it by using the r option.&lt;BR /&gt;&lt;BR /&gt;From the tar man page:&lt;BR /&gt;&lt;BR /&gt;r    Add the named file to the end of the archive.  The same blocking factor used to create the archive must be used to append to it. This option cannot be used if the archive is a tape.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Play around with it and give it a try.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tim</description>
      <pubDate>Wed, 10 Sep 2003 00:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067327#M139895</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-09-10T00:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: About tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067328#M139896</link>
      <description>I just played around by archiving to a disk tar file:&lt;BR /&gt;&lt;BR /&gt;# cd /var/tmp/tim      &lt;BR /&gt;# &lt;BR /&gt;# echo hello &amp;gt; a&lt;BR /&gt;# echo hello &amp;gt; b&lt;BR /&gt;# &lt;BR /&gt;# ll&lt;BR /&gt;total 4&lt;BR /&gt;-rw-rw-rw-   1 root       sys              6 Sep 10 11:03 a&lt;BR /&gt;-rw-rw-rw-   1 root       sys              6 Sep 10 11:03 b&lt;BR /&gt;# &lt;BR /&gt;# tar cvf ./junk.tar a&lt;BR /&gt;a a 1 blocks&lt;BR /&gt;# &lt;BR /&gt;# tar vrf ./junk.tar b &lt;BR /&gt;a b 1 blocks&lt;BR /&gt;# tar tvf ./junk.tar  &lt;BR /&gt;rw-rw-rw-   0/3      6 Sep 10 11:03 2003 a&lt;BR /&gt;rw-rw-rw-   0/3      6 Sep 10 11:03 2003 b&lt;BR /&gt;# &lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2003 00:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067328#M139896</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-09-10T00:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: About tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067329#M139897</link>
      <description>tar is a good backup tool for data, but it won't work on open database files like oracle.&lt;BR /&gt;&lt;BR /&gt;Standard tar won't do files bigger than 2 GB.  A patch from HP will bump it up to a max of 8 GB.&lt;BR /&gt;&lt;BR /&gt;GNU tar has more features and the higher filesize limit.&lt;BR /&gt;&lt;BR /&gt;tar cvf will create a tar archive.&lt;BR /&gt;tar rvf will update and add to a tar archive.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Sep 2003 01:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-tar-command/m-p/3067329#M139897</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-10T01:19:56Z</dc:date>
    </item>
  </channel>
</rss>

