<?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 append backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831498#M88985</link>
    <description>&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063228666" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063228666&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000007950095" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000007950095&lt;/A&gt;</description>
    <pubDate>Wed, 23 Oct 2002 10:52:08 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-10-23T10:52:08Z</dc:date>
    <item>
      <title>tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831490#M88977</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Is it possible at all to append the new backup to the end of tape ?&lt;BR /&gt;A lot of time I only want backup very few important files and feel it's&lt;BR /&gt;really waste to have only a few files on each tape.&lt;BR /&gt;Also, after backup entire system on several tapes, it requires to go through&lt;BR /&gt;all the tapes to just restore one file if that one is on the last tape.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 08:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831490#M88977</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-10-23T08:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831491#M88978</link>
      <description>it is possible using no-rewind device. But everytime you do a tar you will have to do mt -f /dev/rmt/0mn eof&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 23 Oct 2002 09:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831491#M88978</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-10-23T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831492#M88979</link>
      <description>From man tar:&lt;BR /&gt;&lt;BR /&gt;r    Add the named file to the end of the archive.  The same&lt;BR /&gt;                blocking factor used to create the archive must be used to&lt;BR /&gt;                append to it. This option cannot be used if the archive is a&lt;BR /&gt;                tape.&lt;BR /&gt;&lt;BR /&gt;So, the answer appears to be that you can append - but not to a tape.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 23 Oct 2002 09:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831492#M88979</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-23T09:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831493#M88980</link>
      <description>you do not have to use a no-rewind device, simply use the tar -r option.&lt;BR /&gt;From the man page:&lt;BR /&gt; r    Add the named file to the end of the archive.</description>
      <pubDate>Wed, 23 Oct 2002 09:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831493#M88980</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-10-23T09:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831494#M88981</link>
      <description>how to use the "r" function ?&lt;BR /&gt;&lt;BR /&gt;my statement is " tar -rvf /dev/tape file " ,&lt;BR /&gt;&lt;BR /&gt;but it seems not work, &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 09:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831494#M88981</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-10-23T09:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831495#M88982</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use tar rvf /dev/rmt/xm file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If we made everything clear to You pls assign points.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Wed, 23 Oct 2002 09:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831495#M88982</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-23T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831496#M88983</link>
      <description>The man page seems pretty clear on this.  It says, at least the way I read it, that the -r option "cannot be used if the archive is a tape."&lt;BR /&gt;&lt;BR /&gt;Sorry it's not the answer you wanted - maybe look into fbackup.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 23 Oct 2002 10:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831496#M88983</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-23T10:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831497#M88984</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;I have read the man page and indeed this comment is there.&lt;BR /&gt;&lt;BR /&gt;But.....&lt;BR /&gt;&lt;BR /&gt;They say sometimes don't try this at home...&lt;BR /&gt;In this case I would try, because it really works fine with tape !!&lt;BR /&gt;&lt;BR /&gt;C.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 10:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831497#M88984</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-23T10:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831498#M88985</link>
      <description>&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063228666" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063228666&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000007950095" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000007950095&lt;/A&gt;</description>
      <pubDate>Wed, 23 Oct 2002 10:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831498#M88985</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-23T10:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831499#M88986</link>
      <description>Clemens, TG,&lt;BR /&gt;&lt;BR /&gt;It would seem that my interpretation of the man page was entirely too literal.  From the docs that TG pointed out, it looks like it should work.&lt;BR /&gt;&lt;BR /&gt;I also noted in the fine print of the tar man page, under dependencies, this qualification:&lt;BR /&gt;&lt;BR /&gt;"The r and u function keys are not supported on QIC or 8mm devices."&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 11:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831499#M88986</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-23T11:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831500#M88987</link>
      <description>tar   -r option&lt;BR /&gt;----&lt;BR /&gt;Theory  no&lt;BR /&gt;practical  yes</description>
      <pubDate>Wed, 23 Oct 2002 11:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831500#M88987</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-23T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831501#M88988</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;That it, works like a charm....&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Wed, 23 Oct 2002 11:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831501#M88988</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-23T11:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831502#M88989</link>
      <description>Hello !&lt;BR /&gt;&lt;BR /&gt;Am not able to append to an archive on tape. Using the command:&lt;BR /&gt;tar cvf /dev/st0 file1&lt;BR /&gt;&lt;BR /&gt;writes the file1 to the tape.  It can be seen using the command:&lt;BR /&gt;tar tvf /dev/st0&lt;BR /&gt;&lt;BR /&gt;Using the command:&lt;BR /&gt;tar  rvf /dev/st0 file2&lt;BR /&gt;seems to do something, file2 pops up on screen but&lt;BR /&gt;tar tvf /dev/st0&lt;BR /&gt;shows that only file1 is on the tape.&lt;BR /&gt;&lt;BR /&gt;file2 does not seem to be written on /dev/st0&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2002 03:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831502#M88989</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-10-24T03:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831503#M88990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this one:&lt;BR /&gt;&lt;BR /&gt;It will work if you have configured just one tape drive on your system:&lt;BR /&gt;&lt;BR /&gt;tar cv file1&lt;BR /&gt;tar rv file2&lt;BR /&gt;&lt;BR /&gt;tar tv  should give both files in return.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Thu, 24 Oct 2002 05:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831503#M88990</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-24T05:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831504#M88991</link>
      <description>Although tar rv to a tape does seem to work on HP-UX despite what the man page says, you will have to be carefull if you want to port your procedure to other platforms.  On AIX, for instance, tar rv to a tape will fail.</description>
      <pubDate>Thu, 24 Oct 2002 07:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831504#M88991</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2002-10-24T07:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831505#M88992</link>
      <description>try:&lt;BR /&gt;tar uvf /dev/st0 file1 &lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/st0 file1 &lt;BR /&gt;will not append&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2002 07:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831505#M88992</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-10-24T07:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831506#M88993</link>
      <description>I find this quite strange, as I often used to use the r key to append files to a tar tape backup.&lt;BR /&gt;Of course, a workaround would be to create the tar archive on disk, and then append to this archive, and then copy it to the tape using dd.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2002 07:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831506#M88993</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-10-24T07:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: tar append backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831507#M88994</link>
      <description>Clarification on the man page entry for the r key:&lt;BR /&gt;&lt;BR /&gt;this man page comment was added due to some less commonly used tape mechanisms&lt;BR /&gt;which cannot support append.    Append is still supported for tapes on which it has always worked.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So out of interest, which tape drive are you using?&lt;BR /&gt;Also what OS, and have you patched the tar coomand?&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2002 08:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-append-backup/m-p/2831507#M88994</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-10-24T08:05:14Z</dc:date>
    </item>
  </channel>
</rss>

