<?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 TYPE FILE FORMAT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643130#M614014</link>
    <description>&lt;BR /&gt;Verify &lt;BR /&gt;=======&lt;BR /&gt;&lt;BR /&gt;#tar -tvf httd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Extract&lt;BR /&gt;======&lt;BR /&gt;&lt;BR /&gt;#tar -xvf httd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
    <pubDate>Sat, 05 Jun 2010 20:50:53 GMT</pubDate>
    <dc:creator>Aneesh Mohan</dc:creator>
    <dc:date>2010-06-05T20:50:53Z</dc:date>
    <item>
      <title>TAR TYPE FILE FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643129#M614013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I having a file in my server&lt;BR /&gt;#file httpd.conf&lt;BR /&gt;file type: tar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how can i extract this file&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Jun 2010 20:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643129#M614013</guid>
      <dc:creator>Deeos</dc:creator>
      <dc:date>2010-06-05T20:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: TAR TYPE FILE FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643130#M614014</link>
      <description>&lt;BR /&gt;Verify &lt;BR /&gt;=======&lt;BR /&gt;&lt;BR /&gt;#tar -tvf httd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Extract&lt;BR /&gt;======&lt;BR /&gt;&lt;BR /&gt;#tar -xvf httd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Sat, 05 Jun 2010 20:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643130#M614014</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-06-05T20:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: TAR TYPE FILE FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643131#M614015</link>
      <description>Aneesh&lt;BR /&gt;&lt;BR /&gt;I used same syntex what you have written:&lt;BR /&gt;#tar -xvf httpd.conf /tmp/apache/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but it does not give any output in that location&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jun 2010 03:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643131#M614015</guid>
      <dc:creator>Deeos</dc:creator>
      <dc:date>2010-06-06T03:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: TAR TYPE FILE FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643132#M614016</link>
      <description>Hi Deeos,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; but it does not give any output in that location &lt;BR /&gt;Is it a empty tar file ?&lt;BR /&gt;&lt;BR /&gt;Post the output of the "#tar -tvf httd.conf" command.&lt;BR /&gt;Lets see how many files the tar file has.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Sun, 06 Jun 2010 03:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643132#M614016</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-06T03:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: TAR TYPE FILE FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643133#M614017</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I used same syntex what you have written:&lt;BR /&gt;&amp;gt; #tar -xvf httpd.conf /tmp/apache/&lt;BR /&gt;&lt;BR /&gt;It's not the same syntax when you add things&lt;BR /&gt;to the command line.  Especially when you&lt;BR /&gt;don't understand the command's syntax.&lt;BR /&gt;&lt;BR /&gt;      man tar&lt;BR /&gt;&lt;BR /&gt;&amp;gt; but it does not give any output in that&lt;BR /&gt;&amp;gt; location&lt;BR /&gt;&lt;BR /&gt;Perhaps because that's not how one specifies&lt;BR /&gt;a destination to "tar".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; #tar -tvf httd.conf&lt;BR /&gt;&lt;BR /&gt;That was a pretty reasonable suggestion.&lt;BR /&gt;Perhaps you should try it.&lt;BR /&gt;&lt;BR /&gt;"httpd.conf" is not a typical name for a&lt;BR /&gt;"tar" archive.  Have you tried looking at the&lt;BR /&gt;file using something like a text editor?</description>
      <pubDate>Sun, 06 Jun 2010 04:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643133#M614017</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-06T04:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: TAR TYPE FILE FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643134#M614018</link>
      <description>&amp;gt;#tar -xvf httpd.conf /tmp/apache/&lt;BR /&gt;&lt;BR /&gt;What were you attempting to do with this syntax?&lt;BR /&gt;This will extract the directory tree /tmp/apache/, if it is on the archive.&lt;BR /&gt;But I'm not sure what that trailing "/" will do to it?</description>
      <pubDate>Sun, 06 Jun 2010 05:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643134#M614018</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-06-06T05:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: TAR TYPE FILE FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643135#M614019</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] But I'm not sure what that trailing&lt;BR /&gt;&amp;gt; "/" will do to it?&lt;BR /&gt;&lt;BR /&gt;Around here, with HP "tar", it seems to&lt;BR /&gt;defeat the usual functionality:&lt;BR /&gt;&lt;BR /&gt;dyi # tar tfv ta.tar&lt;BR /&gt;rwxr-xr-x   0/3      0 Jun  6 05:47 2010 /tmp/apache/&lt;BR /&gt;rw-r--r--   0/3      5 Jun  6 05:47 2010 /tmp/apache/fred&lt;BR /&gt;&lt;BR /&gt;dyi # tar xfv ta.tar /tmp/apache&lt;BR /&gt;x /tmp/apache/fred, 5 bytes, 1 tape blocks&lt;BR /&gt;dyi # tar xfv ta.tar /tmp/apache/&lt;BR /&gt;dyi #&lt;BR /&gt;&lt;BR /&gt;(Interestingly, there's no mention of&lt;BR /&gt;"restoring" "/tmp/apache" itself.)&lt;BR /&gt;&lt;BR /&gt;GNU "tar" does better with the "/":&lt;BR /&gt;&lt;BR /&gt;dyi # gtar xfvP ta.tar /tmp/apache&lt;BR /&gt;/tmp/apache/&lt;BR /&gt;/tmp/apache/fred&lt;BR /&gt;dyi # gtar xfvP ta.tar /tmp/apache/&lt;BR /&gt;/tmp/apache/&lt;BR /&gt;/tmp/apache/fred&lt;BR /&gt;&lt;BR /&gt;(And it does mention the directory itself.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dyi # uname -a&lt;BR /&gt;HP-UX dyi B.11.31 U ia64 4235313755 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;dyi # gtar --version&lt;BR /&gt;tar (GNU tar) 1.22&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What's "-P"?&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/tar/manual/tar.html#SEC118" target="_blank"&gt;http://www.gnu.org/software/tar/manual/tar.html#SEC118&lt;/A&gt;</description>
      <pubDate>Sun, 06 Jun 2010 20:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643135#M614019</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-06T20:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: TAR TYPE FILE FORMAT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643136#M614020</link>
      <description>&lt;!--!*#--&gt;Also interesting, possibly useful (to&lt;BR /&gt;someone):&lt;BR /&gt;&lt;BR /&gt;dyi # pax -rv -f ta.tar /tmp/apache&lt;BR /&gt;USTAR format archive&lt;BR /&gt;/tmp/apache/&lt;BR /&gt;/tmp/apache/fred&lt;BR /&gt;&lt;BR /&gt;dyi # pax -rv -f ta.tar /tmp/apache/&lt;BR /&gt;USTAR format archive&lt;BR /&gt;/tmp/apache/&lt;BR /&gt;dyi #</description>
      <pubDate>Sun, 06 Jun 2010 20:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-type-file-format/m-p/4643136#M614020</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-06T20:31:06Z</dc:date>
    </item>
  </channel>
</rss>

