<?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 file without remove existing data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440103#M357110</link>
    <description>&lt;!--!*#--&gt;1.  Use a non-rewinding tape device.&lt;BR /&gt;&lt;BR /&gt;2.  If the tape is not at its end-of-tape&lt;BR /&gt;position when you want to do the "tar"&lt;BR /&gt;operation, then use "mt fsf" to space forward&lt;BR /&gt;until it is.&lt;BR /&gt;&lt;BR /&gt;      man mt&lt;BR /&gt;      man 7 mt&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Jun 2009 05:04:38 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-06-16T05:04:38Z</dc:date>
    <item>
      <title>tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440102#M357109</link>
      <description>I want to use tar command to backup file ,( tar -cvf device file ) , but I found that if I use this command , it will overwrite / remove the existing data in the tape ( the data is created by other tools , not tar )  , can advise how can I keep the existing data if I use tar backup ? thx</description>
      <pubDate>Tue, 16 Jun 2009 04:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440102#M357109</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2009-06-16T04:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440103#M357110</link>
      <description>&lt;!--!*#--&gt;1.  Use a non-rewinding tape device.&lt;BR /&gt;&lt;BR /&gt;2.  If the tape is not at its end-of-tape&lt;BR /&gt;position when you want to do the "tar"&lt;BR /&gt;operation, then use "mt fsf" to space forward&lt;BR /&gt;until it is.&lt;BR /&gt;&lt;BR /&gt;      man mt&lt;BR /&gt;      man 7 mt&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jun 2009 05:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440103#M357110</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-16T05:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440104#M357111</link>
      <description>If you are going to be playing tricky games like this, are you going to remember how to restore the files?</description>
      <pubDate>Tue, 16 Jun 2009 05:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440104#M357111</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-16T05:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440105#M357112</link>
      <description>thx replies ,&lt;BR /&gt;&lt;BR /&gt;hi Dennis Handly  ,&lt;BR /&gt;&lt;BR /&gt;how do you mean ? you mean I may be unable to restore the file if I use this method to backup ? thx</description>
      <pubDate>Tue, 16 Jun 2009 05:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440105#M357112</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2009-06-16T05:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440106#M357113</link>
      <description>&amp;gt;you mean I may be unable to restore the file if I use this method to backup?&lt;BR /&gt;&lt;BR /&gt;No, you can restore your data but only if you remember the series of commands to do so.&lt;BR /&gt;mt -f /dev/rmt/0mn fsf&lt;BR /&gt;tar -xf /dev/rmt/0mn</description>
      <pubDate>Tue, 16 Jun 2009 06:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440106#M357113</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-16T06:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440107#M357114</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Tape is so cheap compared to the value of being able to successfully recover a lost or corrupt file.  In my opinion, playing tape-positioning games to save few tapes is like playing Russian Roulette with a loaded gun:  sooner or later someone loses.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 16 Jun 2009 10:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440107#M357114</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-16T10:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440108#M357115</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use tar -u command.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Durvesh</description>
      <pubDate>Tue, 16 Jun 2009 12:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440108#M357115</guid>
      <dc:creator>Durvesh Mendhekar</dc:creator>
      <dc:date>2009-06-16T12:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440109#M357116</link>
      <description>"You can use tar -u command."&lt;BR /&gt;&lt;BR /&gt;I've never tried such and wouldn't recommend it for use with tape anyway (for the reasons noted previously).  Also of note was the OP specified the other data on the tape was written by an application other than "tar", so there isn't anything to "update"</description>
      <pubDate>Tue, 16 Jun 2009 12:46:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440109#M357116</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-06-16T12:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440110#M357117</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use fbackup instead of tar as fbackup have more features.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=663262&amp;amp;admit=109447627+1245161973650+28353475" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=663262&amp;amp;admit=109447627+1245161973650+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Durvesh</description>
      <pubDate>Tue, 16 Jun 2009 13:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440110#M357117</guid>
      <dc:creator>Durvesh Mendhekar</dc:creator>
      <dc:date>2009-06-16T13:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440111#M357118</link>
      <description>&lt;!--!*#--&gt;&amp;gt;  If you are going to be playing tricky&lt;BR /&gt;&amp;gt; games [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; In my opinion, playing tape-positioning&lt;BR /&gt;&amp;gt; games [...]&lt;BR /&gt;&lt;BR /&gt;You know, on VMS, where BACKUP uses _named_&lt;BR /&gt;save sets, and offers a /[NO]REWIND&lt;BR /&gt;qualifier, people do things like this every&lt;BR /&gt;day without a care, and no one thinks that&lt;BR /&gt;he's playing any kind of game, tricky or&lt;BR /&gt;otherwise.  Strange as it may seem.&lt;BR /&gt;&lt;BR /&gt;For example, my nightly incremental backup&lt;BR /&gt;tape holds about a month's worth of stuff, so&lt;BR /&gt;I don't need to load a new tape daily.  And&lt;BR /&gt;if I want to see something from last Friday,&lt;BR /&gt;I just ask for "I09612".&lt;BR /&gt;&lt;BR /&gt;It'll be a sad day when HP finally completes&lt;BR /&gt;the job of killing it off.</description>
      <pubDate>Tue, 16 Jun 2009 14:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440111#M357118</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-16T14:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440112#M357119</link>
      <description>&amp;gt;&amp;gt;existing data in the tape (the data is created by other tools, not tar),&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Steven: on VMS, where BACKUP uses _named_&lt;BR /&gt;save sets, and offers a /[NO]REWIND&lt;BR /&gt;qualifier, people do things like this every&lt;BR /&gt;day without a care,&lt;BR /&gt;&lt;BR /&gt;Will VMS handle multiple applications appending to the tape?&lt;BR /&gt;&lt;BR /&gt;I know that IBM or ANSI labeled tapes would provide some measure of protection.&lt;BR /&gt;&lt;BR /&gt;But that didn't stop me from destroying my tape N decades ago when I mistakenly told the operator to "go ahead", when I had the sequence number wrong.</description>
      <pubDate>Tue, 16 Jun 2009 15:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440112#M357119</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-16T15:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440113#M357120</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;tar -rvf  # updates an existing tar file with new data.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 16 Jun 2009 16:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440113#M357120</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-16T16:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: tar file without remove existing data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440114#M357121</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Will VMS handle multiple applications&lt;BR /&gt;&amp;gt; appending to the tape?&lt;BR /&gt;&lt;BR /&gt;I don't see why not, if they do things the&lt;BR /&gt;normal way.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I know that IBM or ANSI labeled tapes would&lt;BR /&gt;&amp;gt; provide some measure of protection.&lt;BR /&gt;&lt;BR /&gt;BACKUP makes ANSI-labeled tapes.  VMS&lt;BR /&gt;resembles a real operating system this way.&lt;BR /&gt;&lt;BR /&gt;HELP MOUNT /LABEL:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;          /LABEL (default)&lt;BR /&gt;          /NOLABEL&lt;BR /&gt;&lt;BR /&gt;       Indicates that the volume is in the standard format used by the&lt;BR /&gt;       OpenVMS operating system; that is, a magnetic tape volume is in&lt;BR /&gt;       the standard ANSI format, or a disk volume is in Files-11 format.&lt;BR /&gt;[...]</description>
      <pubDate>Tue, 16 Jun 2009 18:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-file-without-remove-existing-data/m-p/4440114#M357121</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-16T18:56:35Z</dc:date>
    </item>
  </channel>
</rss>

