<?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: tape backup using tar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434085#M4238</link>
    <description>Philip,&lt;BR /&gt;&lt;BR /&gt;Your correct.  It should be u, not r.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
    <pubDate>Wed, 02 Aug 2000 16:00:58 GMT</pubDate>
    <dc:creator>Tom Danzig</dc:creator>
    <dc:date>2000-08-02T16:00:58Z</dc:date>
    <item>
      <title>tape backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434079#M4232</link>
      <description>Need help with tape backup using tar.  How do I do a stack?  When I do "tar cvf /dev/rmt/0m /tmp" it backup the /tmp and rewind.  How do I get it not to rewind, b/c I want to contiue backups on the tape.&lt;BR /&gt;HP-UX 11.0&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 01 Aug 2000 20:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434079#M4232</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-08-01T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: tape backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434080#M4233</link>
      <description>Use the no-rewind device. Example, do the ioscan -fnCtape and this will show the devices. There are other device names associated with the same physical device. One example would be /dev/rmt/0mn. The 'n' is specifing no-rewind.</description>
      <pubDate>Tue, 01 Aug 2000 20:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434080#M4233</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-01T20:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: tape backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434081#M4234</link>
      <description>As a note, tar may not be the best choice for doing backups. If using the UNIX utilities, check out cpio or dump. tar is OK but the other utilities are better. Depends on what you are doing...</description>
      <pubDate>Tue, 01 Aug 2000 20:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434081#M4234</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-01T20:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: tape backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434082#M4235</link>
      <description>If you want to add another file or directory to an existing tar tape backup, use the r option for tar.  For example:&lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/rmt/0mn /tmp &lt;BR /&gt;(note use of no rewind device file)&lt;BR /&gt;&lt;BR /&gt;To add /usr to your /tmp tar backup, &lt;BR /&gt;&lt;BR /&gt;tar rvf /dev/rmt/0mn /usr&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2000 20:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434082#M4235</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2000-08-01T20:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: tape backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434083#M4236</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Correct me if I'm not, I thought the "r" flag is no good for tape archives (saw this from man page).&lt;BR /&gt;&lt;BR /&gt;Steve, if I'm correct then you should use the "u" flag instead, &lt;BR /&gt;&lt;BR /&gt;eg. tar uvf /dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;and I don't suggest you relying on non-reminding device while appending files.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Wed, 02 Aug 2000 01:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434083#M4236</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2000-08-02T01:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: tape backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434084#M4237</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;another method is to use the mt command:&lt;BR /&gt;mt eod will wind the tape to the last end of data. Then you can append with a new tar command.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 02 Aug 2000 05:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434084#M4237</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-08-02T05:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: tape backup using tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434085#M4238</link>
      <description>Philip,&lt;BR /&gt;&lt;BR /&gt;Your correct.  It should be u, not r.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 02 Aug 2000 16:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-backup-using-tar/m-p/2434085#M4238</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2000-08-02T16:00:58Z</dc:date>
    </item>
  </channel>
</rss>

