<?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 files bigger than original directory. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760084#M259178</link>
    <description>No it will add the tar file also into the archive. Tar used in SUN will be handled wisely it won't add it. But HP adds it.It is tested.</description>
    <pubDate>Tue, 28 Mar 2006 04:08:10 GMT</pubDate>
    <dc:creator>Radhakrishnan Venkatara</dc:creator>
    <dc:date>2006-03-28T04:08:10Z</dc:date>
    <item>
      <title>Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760077#M259171</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;It seem like the tar file bigger than the original directory sizes. My tar files size=2GB but my directory only 900mb in total. This does look right. doesn't it?</description>
      <pubDate>Tue, 28 Mar 2006 03:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760077#M259171</guid>
      <dc:creator>faze</dc:creator>
      <dc:date>2006-03-28T03:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760078#M259172</link>
      <description>What you are getting for this?&lt;BR /&gt;&lt;BR /&gt;a) du -ks /directory&lt;BR /&gt;&lt;BR /&gt;how did you use tar command execution?&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 28 Mar 2006 03:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760078#M259172</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-28T03:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760079#M259173</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm getting:&lt;BR /&gt;&lt;BR /&gt;$ du -sk &lt;BR /&gt;951574  /app/ldap/5.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 03:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760079#M259173</guid>
      <dc:creator>faze</dc:creator>
      <dc:date>2006-03-28T03:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760080#M259174</link>
      <description>$ du -sk&lt;BR /&gt;951574 /app/ldap/5.2&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;~ 930 MB. Ok. Try this,&lt;BR /&gt;&lt;BR /&gt;$ tar -cvf /tmp/trial.tar /app/ldap/5.2&lt;BR /&gt;$ du -ks /tmp/trial.tar&lt;BR /&gt;&lt;BR /&gt;what are you getting now?&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 03:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760080#M259174</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-28T03:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760081#M259175</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it seems like you wrote your tar file in the same directory, that you wanted to tar.&lt;BR /&gt;So the tar command added the comlete tar file to your tar file.&lt;BR /&gt;So you've a file with the double size.&lt;BR /&gt;Look for the same name inside the tar file.&lt;BR /&gt;You can check it with 'tar tvf &lt;TAR-FILE.NAME&gt;'&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;&lt;/TAR-FILE.NAME&gt;</description>
      <pubDate>Tue, 28 Mar 2006 03:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760081#M259175</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-03-28T03:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760082#M259176</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;what options do you use in your tar command? &lt;BR /&gt;If using -h option (follow links) and the source directory contains links, this could explain differences. &lt;BR /&gt;&lt;BR /&gt;  find &lt;SOURCE_DIR&gt; -type f &lt;BR /&gt;&lt;BR /&gt;to look for links&lt;BR /&gt;&lt;BR /&gt;antonio.&lt;BR /&gt;&lt;/SOURCE_DIR&gt;</description>
      <pubDate>Tue, 28 Mar 2006 03:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760082#M259176</guid>
      <dc:creator>Antonio Cardoso_1</dc:creator>
      <dc:date>2006-03-28T03:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760083#M259177</link>
      <description>faze,&lt;BR /&gt;I would agree with Antonio's analysis.&lt;BR /&gt;&lt;BR /&gt;The tar command would not back up its own tar output file.&lt;BR /&gt;A list of files to be backed up is obtained before the tar starts.&lt;BR /&gt;&lt;BR /&gt;I have done a very quick check with tar and the logical links would be backed up.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 03:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760083#M259177</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-28T03:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760084#M259178</link>
      <description>No it will add the tar file also into the archive. Tar used in SUN will be handled wisely it won't add it. But HP adds it.It is tested.</description>
      <pubDate>Tue, 28 Mar 2006 04:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760084#M259178</guid>
      <dc:creator>Radhakrishnan Venkatara</dc:creator>
      <dc:date>2006-03-28T04:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760085#M259179</link>
      <description>Thanks Radhakrishnan :-)&lt;BR /&gt;&lt;BR /&gt;I've enough experience with my own users and also external users sending me such tar files.&lt;BR /&gt;Of course it can also be a backup of links.&lt;BR /&gt;The best would be faze tells us which command in which directory he used.&lt;BR /&gt;&lt;BR /&gt;Peace&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 04:26:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760085#M259179</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-03-28T04:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tar files bigger than original directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760086#M259180</link>
      <description>log of my tar test:&lt;BR /&gt;# cd test&lt;BR /&gt;# ll&lt;BR /&gt;total 0&lt;BR /&gt;# touch file1&lt;BR /&gt;# touch file2&lt;BR /&gt;# ll&lt;BR /&gt;total 0&lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 Mar 28 10:33 file1&lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 Mar 28 10:33 file2&lt;BR /&gt;# tar -cvf x.tar *&lt;BR /&gt;a file1 0 blocks&lt;BR /&gt;a file2 0 blocks&lt;BR /&gt;# tar -tvf x.tar&lt;BR /&gt;rw-rw-rw-   0/3      0 Mar 28 10:33 2006 file1&lt;BR /&gt;rw-rw-rw-   0/3      0 Mar 28 10:33 2006 file2&lt;BR /&gt;# ll&lt;BR /&gt;total 32&lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 Mar 28 10:33 file1&lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 Mar 28 10:33 file2&lt;BR /&gt;-rw-rw-rw-   1 root       sys          10240 Mar 28 10:33 x.tar&lt;BR /&gt;&lt;BR /&gt;Seems x.tar was not backed up into x.tar</description>
      <pubDate>Tue, 28 Mar 2006 04:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-files-bigger-than-original-directory/m-p/3760086#M259180</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-28T04:32:16Z</dc:date>
    </item>
  </channel>
</rss>

