<?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 and include file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670206#M50743</link>
    <description>The two "versions" of tar are essentially the same.  The version of tar in /sbin is available there so that you can use it while in single-user mode to recover files, like files from /usr/bin, if need be.  They both support the same options, or don't support them in your case.&lt;BR /&gt;&lt;BR /&gt;If you do a file on each tar, you see:&lt;BR /&gt;&lt;BR /&gt;# file /usr/bin/tar /sbin/tar&lt;BR /&gt;/usr/bin/tar:   PA-RISC1.1 shared executable dynamically linked&lt;BR /&gt;/sbin/tar:      PA-RISC1.1 shared executable&lt;BR /&gt;&lt;BR /&gt;The dynamically linked means that it is using libraries that are only available when all filesystems are mounted.  /sbin/tar is linked differently and does not require these libraries to function.  That is why it works in single-user mode.&lt;BR /&gt;&lt;BR /&gt;I, too, would recommend you have a look at GNUTar for the functionality you require.</description>
    <pubDate>Fri, 22 Feb 2002 19:06:18 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2002-02-22T19:06:18Z</dc:date>
    <item>
      <title>tar and include file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670203#M50740</link>
      <description>Hi...on my system, I have two versions of tar&lt;BR /&gt;/sbin/tar and /usr/bin/tar. I want the tar to read an include file, but tar version on hp-ux doesnt seem to do that? or, is there?? please advise.&lt;BR /&gt;&lt;BR /&gt;also, when I do man, it automatically read the man page on the /sbin/tar, how I do read the man page on /usr/bin/tar?&lt;BR /&gt;&lt;BR /&gt;thank you&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2002 16:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670203#M50740</guid>
      <dc:creator>Gemini_2</dc:creator>
      <dc:date>2002-02-22T16:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: tar and include file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670204#M50741</link>
      <description>The "tar" standard does NOT include and include or exclude options. May I suggest you get a copy of gnu's tar, ported by HP, from here:&lt;BR /&gt;&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;BR /&gt;If you are trying to "exclude files, then you can use this:&lt;BR /&gt;&lt;BR /&gt;find . -print | grep -v -E -f ./excludelist | grep -v "^\.$"| pax -w &amp;gt; /backuppath&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pax , by default, writes archives in the ustar extended tar interchange format. (do a man pax) &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2002 16:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670204#M50741</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-22T16:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: tar and include file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670205#M50742</link>
      <description>GNU tar has the include switch '-T'.&lt;BR /&gt;&lt;BR /&gt;I'm not sure how you have determined that the man page for tar (man -f tar) is specifically for the /sbin/tar command?</description>
      <pubDate>Fri, 22 Feb 2002 16:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670205#M50742</guid>
      <dc:creator>Kirk Gardner</dc:creator>
      <dc:date>2002-02-22T16:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: tar and include file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670206#M50743</link>
      <description>The two "versions" of tar are essentially the same.  The version of tar in /sbin is available there so that you can use it while in single-user mode to recover files, like files from /usr/bin, if need be.  They both support the same options, or don't support them in your case.&lt;BR /&gt;&lt;BR /&gt;If you do a file on each tar, you see:&lt;BR /&gt;&lt;BR /&gt;# file /usr/bin/tar /sbin/tar&lt;BR /&gt;/usr/bin/tar:   PA-RISC1.1 shared executable dynamically linked&lt;BR /&gt;/sbin/tar:      PA-RISC1.1 shared executable&lt;BR /&gt;&lt;BR /&gt;The dynamically linked means that it is using libraries that are only available when all filesystems are mounted.  /sbin/tar is linked differently and does not require these libraries to function.  That is why it works in single-user mode.&lt;BR /&gt;&lt;BR /&gt;I, too, would recommend you have a look at GNUTar for the functionality you require.</description>
      <pubDate>Fri, 22 Feb 2002 19:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670206#M50743</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-22T19:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: tar and include file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670207#M50744</link>
      <description>cool, I just want to make sure that I did check every resource! thank you&lt;BR /&gt;&lt;BR /&gt;Mimosa</description>
      <pubDate>Fri, 22 Feb 2002 19:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670207#M50744</guid>
      <dc:creator>Gemini_2</dc:creator>
      <dc:date>2002-02-22T19:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: tar and include file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670208#M50745</link>
      <description>HI Patrick&lt;BR /&gt;&lt;BR /&gt;by the way, it was very **clear* explaination on the difference between sbin and usr/bin&lt;BR /&gt;&lt;BR /&gt;thank you!!!!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2002 19:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-and-include-file/m-p/2670208#M50745</guid>
      <dc:creator>Gemini_2</dc:creator>
      <dc:date>2002-02-22T19:21:41Z</dc:date>
    </item>
  </channel>
</rss>

