<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895477#M78150</link>
    <description>What do you mean, untar it to a tape?&lt;BR /&gt;&lt;BR /&gt;If what you mean is how to tar up a filesystem and write the tar to a tape on another system, then there are several ways.&lt;BR /&gt;&lt;BR /&gt;One way that used to work that was easy was to NFS export the /dev filesystem of the machine with the tape drive, and mount it on the client machine - then just tar as if the tape drive is local.&lt;BR /&gt;&lt;BR /&gt;Another way we used to do that was via remote shells:&lt;BR /&gt;&lt;BR /&gt;tar cvf - | rsh remoteserver cat &amp;gt; /dev/rmt/0n&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Vince</description>
    <pubDate>Mon, 03 Feb 2003 19:39:39 GMT</pubDate>
    <dc:creator>Vincent Fleming</dc:creator>
    <dc:date>2003-02-03T19:39:39Z</dc:date>
    <item>
      <title>tar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895476#M78149</link>
      <description>Hi all, how would I tar up everything in / on one system and then untar it to a tape on another system. Is this possible. Any help will be greatly appreciated and points will be assigned.</description>
      <pubDate>Mon, 03 Feb 2003 19:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895476#M78149</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-02-03T19:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895477#M78150</link>
      <description>What do you mean, untar it to a tape?&lt;BR /&gt;&lt;BR /&gt;If what you mean is how to tar up a filesystem and write the tar to a tape on another system, then there are several ways.&lt;BR /&gt;&lt;BR /&gt;One way that used to work that was easy was to NFS export the /dev filesystem of the machine with the tape drive, and mount it on the client machine - then just tar as if the tape drive is local.&lt;BR /&gt;&lt;BR /&gt;Another way we used to do that was via remote shells:&lt;BR /&gt;&lt;BR /&gt;tar cvf - | rsh remoteserver cat &amp;gt; /dev/rmt/0n&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Mon, 03 Feb 2003 19:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895477#M78150</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2003-02-03T19:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895478#M78151</link>
      <description>Thanks for yur help but when I try running it with the tar command, it gives me a messge os sort " refusing to create an empty archive".&lt;BR /&gt;&lt;BR /&gt;Any other ideas.</description>
      <pubDate>Mon, 03 Feb 2003 20:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895478#M78151</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-02-03T20:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: tar</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895479#M78152</link>
      <description>Vincent missed a character:&lt;BR /&gt;&lt;BR /&gt;tar cvf - . | rsh remoteserver cat &amp;gt; /dev/nst0&lt;BR /&gt;&lt;BR /&gt;(Note: I chagned the device name to a Linux device node for a tape, and put a period before the pipe).&lt;BR /&gt;&lt;BR /&gt;Otherwise, if you really *WANT* to create a file first, you can 'dd' a tar file directly to a tape device as well.&lt;BR /&gt;&lt;BR /&gt;It's basically the same as what was done above, but using an intermediate file instead of immediately.&lt;BR /&gt;&lt;BR /&gt;I would advise against using an intermediate file if possible.</description>
      <pubDate>Mon, 03 Feb 2003 22:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar/m-p/2895479#M78152</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-02-03T22:25:50Z</dc:date>
    </item>
  </channel>
</rss>

