<?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: How to copy data from DDS tape to UNIX station in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780856#M390997</link>
    <description>&amp;gt;It is TAR type data.&lt;BR /&gt;&lt;BR /&gt;The opposite of tar is pax or tar:&lt;BR /&gt;tar -xf /dev/tape-device&lt;BR /&gt;pax -r -f dev/tape-device&lt;BR /&gt;&lt;BR /&gt;&amp;gt;there that is FSBACKUP.&lt;BR /&gt;&lt;BR /&gt;fsbackup or fbackup(1m)?  Use frecover(1M).</description>
    <pubDate>Tue, 26 Apr 2011 08:05:39 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2011-04-26T08:05:39Z</dc:date>
    <item>
      <title>How to copy data from DDS tape to UNIX station</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780851#M390992</link>
      <description>Can anybody tell me I want copy some files from DDS tape to UNIX local hard disc?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Sharan</description>
      <pubDate>Mon, 25 Apr 2011 10:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780851#M390992</guid>
      <dc:creator>Sharanabasappa</dc:creator>
      <dc:date>2011-04-25T10:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy data from DDS tape to UNIX station</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780852#M390993</link>
      <description>How was the data written to the tape?  ignite, tar, pax, fbackup, dd, etc?</description>
      <pubDate>Mon, 25 Apr 2011 10:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780852#M390993</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-04-25T10:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy data from DDS tape to UNIX station</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780853#M390994</link>
      <description>I'm afraid I have to 2nd Dennis' request.  If you're not sure then post what you see written on the tape label.</description>
      <pubDate>Mon, 25 Apr 2011 16:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780853#M390994</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2011-04-25T16:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy data from DDS tape to UNIX station</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780854#M390995</link>
      <description>Hi,&lt;BR /&gt;if the format of the data on the tape is unknown, try to extract some data and analyze this header:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/tape of=contenttest bs=5k count=1&lt;BR /&gt;file contenttest&lt;BR /&gt;&lt;BR /&gt;The output of the file command will lead to the writing program, if it is a 'usual' candidate.&lt;BR /&gt;&lt;BR /&gt;Read the man page of this program to get options for reading data it created.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Mon, 25 Apr 2011 17:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780854#M390995</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2011-04-25T17:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy data from DDS tape to UNIX station</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780855#M390996</link>
      <description>Thanks for reply...It is TAR type data...&lt;BR /&gt;and one more is there that is FSBACKUP..</description>
      <pubDate>Tue, 26 Apr 2011 07:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780855#M390996</guid>
      <dc:creator>Sharanabasappa</dc:creator>
      <dc:date>2011-04-26T07:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy data from DDS tape to UNIX station</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780856#M390997</link>
      <description>&amp;gt;It is TAR type data.&lt;BR /&gt;&lt;BR /&gt;The opposite of tar is pax or tar:&lt;BR /&gt;tar -xf /dev/tape-device&lt;BR /&gt;pax -r -f dev/tape-device&lt;BR /&gt;&lt;BR /&gt;&amp;gt;there that is FSBACKUP.&lt;BR /&gt;&lt;BR /&gt;fsbackup or fbackup(1m)?  Use frecover(1M).</description>
      <pubDate>Tue, 26 Apr 2011 08:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780856#M390997</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-04-26T08:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy data from DDS tape to UNIX station</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780857#M390998</link>
      <description>First, read the 'tar' table of contents or 'frecover' index to preview your restore and verify the contents of the tape.&lt;BR /&gt;&lt;BR /&gt;This will list every file on the tape without actually restoring.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/frecover -I /tmp/index -vy -f /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Here the frecover index writes to the file /tmp/index.&lt;BR /&gt;&lt;BR /&gt;tar -tvf /dev/rmt/0m (0m = yes rewind / 0mn = no rewind *)&lt;BR /&gt;&lt;BR /&gt;Here the tar TOC writes to STDOUT&lt;BR /&gt;&lt;BR /&gt;These are previews of the operation.&lt;BR /&gt;&lt;BR /&gt;When ready&lt;BR /&gt;&lt;BR /&gt;tar -xvf /dev/rmt/0m (* for absolute restore *)&lt;BR /&gt;&lt;BR /&gt;frecover -xvf /dev/rmt/0m (* absolute restore *)&lt;BR /&gt;&lt;BR /&gt;Note:  Make sure you know if its a relative or absolute resotre.   As you'll overwrite anything in an absolute.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2011 12:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780857#M390998</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2011-04-26T12:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy data from DDS tape to UNIX station</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780858#M390999</link>
      <description>&amp;gt;Michael: Make sure you know if it's a relative or absolute restore. As you'll overwrite anything in an absolute.&lt;BR /&gt;&lt;BR /&gt;pax(1) and gnu tar have options to change the paths.</description>
      <pubDate>Wed, 27 Apr 2011 16:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-dds-tape-to-unix-station/m-p/4780858#M390999</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-04-27T16:57:21Z</dc:date>
    </item>
  </channel>
</rss>

