<?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 to tape in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446730#M37173</link>
    <description>You also asked this in the HP-UX forum:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1348023" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1348023&lt;/A&gt;</description>
    <pubDate>Sat, 27 Jun 2009 21:27:10 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-06-27T21:27:10Z</dc:date>
    <item>
      <title>tar file to tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446725#M37168</link>
      <description>I have a tape which have data in it ( make by other backup tool ) , I want to use tar to append data to it , I tried "tar -cvf dev file" , it will overwrite the data in the tape , can advise how to preserve the existing data ? thx</description>
      <pubDate>Thu, 25 Jun 2009 05:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446725#M37168</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2009-06-25T05:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: tar file to tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446726#M37169</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;this is a example for solaris but its the same for all Unix / Linux .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/faq/linux-tape-backup-with-mt-and-tar-command-howto/" target="_blank"&gt;http://www.cyberciti.biz/faq/linux-tape-backup-with-mt-and-tar-command-howto/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/solaris-tar-command-to-backup-data-on-tape-device.html" target="_blank"&gt;http://www.cyberciti.biz/tips/solaris-tar-command-to-backup-data-on-tape-device.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- if there is a other backup, you should use another tape.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 25 Jun 2009 05:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446726#M37169</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-06-25T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: tar file to tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446727#M37170</link>
      <description>thx reply&lt;BR /&gt;&lt;BR /&gt;when I use tar -rvf dev file , it pop the below error in my RH server , can advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;tar: Unexpected EOF in archive&lt;BR /&gt;tar: Error is not recoverable: exiting now&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2009 06:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446727#M37170</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2009-06-25T06:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: tar file to tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446728#M37171</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you wona use tape for archiving you need to handle the tapes with mt, this small tool handle the operation with the Magnetic Tape.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.inf.ethz.ch/stricker/lab/linux_tape.html" target="_blank"&gt;http://www.cs.inf.ethz.ch/stricker/lab/linux_tape.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mikap&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2009 06:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446728#M37171</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-06-25T06:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: tar file to tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446729#M37172</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I have a tape which have data in it ( make&lt;BR /&gt;&amp;gt; by other backup tool ) [...]&lt;BR /&gt;&lt;BR /&gt;What, exactly, is "other backup tool", and&lt;BR /&gt;does it write "tar" archives?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; when I use tar -rvf dev file , [...]&lt;BR /&gt;&lt;BR /&gt;If the thing on the tape is not a "tar"&lt;BR /&gt;archive, then what do you expect from "tar&lt;BR /&gt;-r"?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/tar/manual/html_node/Operation-Summary.html#SEC41" target="_blank"&gt;http://www.gnu.org/software/tar/manual/html_node/Operation-Summary.html#SEC41&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;'--append' &lt;BR /&gt;'-r' &lt;BR /&gt;&lt;BR /&gt;     Appends files to the end of the archive. See section How to Add Files to Existing Archives:&lt;BR /&gt;     '--append'&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;See the part where it says "Appends files to&lt;BR /&gt;the end of the archive"?  It's talking about&lt;BR /&gt;a "tar" archive, not any old pile of bits on&lt;BR /&gt;a tape.&lt;BR /&gt;&lt;BR /&gt;If you can get "mt" to forward-space to the&lt;BR /&gt;end of the data on the tape, and if you use&lt;BR /&gt;a non-rewinding tape device, then "tar -c"&lt;BR /&gt;might work.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I tried "tar -cvf dev file" [...]&lt;BR /&gt;&lt;BR /&gt;As usual, showing the actual commands you&lt;BR /&gt;used might be more helpful than vague&lt;BR /&gt;descriptions and interpretations.  In this&lt;BR /&gt;case, "dev" is particularly uninformative.</description>
      <pubDate>Thu, 25 Jun 2009 06:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446729#M37172</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-25T06:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: tar file to tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446730#M37173</link>
      <description>You also asked this in the HP-UX forum:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1348023" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1348023&lt;/A&gt;</description>
      <pubDate>Sat, 27 Jun 2009 21:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446730#M37173</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-27T21:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: tar file to tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446731#M37174</link>
      <description>&lt;!--!*#--&gt;&amp;gt; You also asked this in the HP-UX forum:&lt;BR /&gt;&lt;BR /&gt;In some cases it helps to ask the same&lt;BR /&gt;question repeatedly until you get an answer&lt;BR /&gt;you like.  In other cases, you just waste&lt;BR /&gt;everyone's time.&lt;BR /&gt;&lt;BR /&gt;Hmmm.  Which case is this?</description>
      <pubDate>Sat, 27 Jun 2009 23:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-file-to-tape/m-p/4446731#M37174</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-06-27T23:27:52Z</dc:date>
    </item>
  </channel>
</rss>

