<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454484#M359178</link>
    <description>Hello Antonio,&lt;BR /&gt;&lt;BR /&gt;         you can use a loop like :&lt;BR /&gt;1)create a file &lt;BR /&gt;cat &amp;gt; test1&lt;BR /&gt;./NDC.TRC032&lt;BR /&gt;./SMS.TRC015&lt;BR /&gt;./NDC.TRC033&lt;BR /&gt;./SMS.TRC016&lt;BR /&gt;./SMS.TRC017&lt;BR /&gt;2)use appropirate command to archive restore like, in this case archiving :&lt;BR /&gt;for i in `cat test1`&lt;BR /&gt;do&lt;BR /&gt;tar cvf /dev/rmt/??m $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Hope that helps!&lt;BR /&gt;Regards ,&lt;BR /&gt;Rahul</description>
    <pubDate>Tue, 07 Jul 2009 11:45:27 GMT</pubDate>
    <dc:creator>DeafFrog</dc:creator>
    <dc:date>2009-07-07T11:45:27Z</dc:date>
    <item>
      <title>tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454483#M359177</link>
      <description>Can anyone help me why a tar command loop during execution?&lt;BR /&gt;I've to say that the structure I'm trying to tar doesn't contain link at all. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 07 Jul 2009 11:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454483#M359177</guid>
      <dc:creator>antonio calo</dc:creator>
      <dc:date>2009-07-07T11:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454484#M359178</link>
      <description>Hello Antonio,&lt;BR /&gt;&lt;BR /&gt;         you can use a loop like :&lt;BR /&gt;1)create a file &lt;BR /&gt;cat &amp;gt; test1&lt;BR /&gt;./NDC.TRC032&lt;BR /&gt;./SMS.TRC015&lt;BR /&gt;./NDC.TRC033&lt;BR /&gt;./SMS.TRC016&lt;BR /&gt;./SMS.TRC017&lt;BR /&gt;2)use appropirate command to archive restore like, in this case archiving :&lt;BR /&gt;for i in `cat test1`&lt;BR /&gt;do&lt;BR /&gt;tar cvf /dev/rmt/??m $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Hope that helps!&lt;BR /&gt;Regards ,&lt;BR /&gt;Rahul</description>
      <pubDate>Tue, 07 Jul 2009 11:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454484#M359178</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2009-07-07T11:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454485#M359179</link>
      <description>DeafFrog, my problem is that the tar execution loop over a same file group instead to tar all files in input.&lt;BR /&gt;&lt;BR /&gt;In any case thanks for your suggestion.</description>
      <pubDate>Tue, 07 Jul 2009 11:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454485#M359179</guid>
      <dc:creator>antonio calo</dc:creator>
      <dc:date>2009-07-07T11:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454486#M359180</link>
      <description>An example of exactly what you are talking about would be very helpful.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 12:06:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454486#M359180</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-07-07T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454487#M359181</link>
      <description>An example of what I mean is can be viewed in the attached file. Starting at its end and moving in upward direction you cas se that there's a group of the same file read under the same path (starting with file 3033t28p01.pnames)repeated several time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 12:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454487#M359181</guid>
      <dc:creator>antonio calo</dc:creator>
      <dc:date>2009-07-07T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454488#M359182</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it could be a problem of your tar-command.&lt;BR /&gt;Can you give us the command that you're running?&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 13:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454488#M359182</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-07-07T13:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454489#M359183</link>
      <description>Yes, of course. The command I used is &lt;BR /&gt;&lt;BR /&gt;tar -cvf ok.tar ok.&lt;BR /&gt;&lt;BR /&gt;I can add that when I try to tar files beeing in the MOCKUP directory, tar returns the expected output, it means that in that condition tar command work correctly</description>
      <pubDate>Tue, 07 Jul 2009 13:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454489#M359183</guid>
      <dc:creator>antonio calo</dc:creator>
      <dc:date>2009-07-07T13:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454490#M359184</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;please test:&lt;BR /&gt;tar -cvf ok.tar ./ok&lt;BR /&gt;&lt;BR /&gt;Also, can you give us a ll of the directory where you start the command.&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 13:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454490#M359184</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-07-07T13:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454491#M359185</link>
      <description>&amp;gt;Starting at its end and moving in upward direction you can see that there's a group of the same file read under the same path &lt;BR /&gt;&lt;BR /&gt;(It would help if you also annotated your file.)&lt;BR /&gt;&lt;BR /&gt;You may have to use fsck to check the directory.  I assume ll(1) works there?&lt;BR /&gt;&lt;BR /&gt;Have you tried pax(1) instead of tar?&lt;BR /&gt;I assume you aren't using gnu tar?&lt;BR /&gt;What OS version?</description>
      <pubDate>Tue, 07 Jul 2009 15:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-command/m-p/4454491#M359185</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-07T15:33:44Z</dc:date>
    </item>
  </channel>
</rss>

