<?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 Problem in restoring from tape. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-in-restoring-from-tape/m-p/3786704#M66101</link>
    <description>&lt;BR /&gt;Hello All, &lt;BR /&gt;I having a problem in restoring backup data . I am using suse linux 7.0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The backup command used was  "find /data  -xdev -print | cpio -oBa -H crc" | dd of=/dev/nrmt0h bs=5120"&lt;BR /&gt;&lt;BR /&gt;I tried the following command to list the files . "dd if=/dev/nrmt0h bs=5120 | cpio -icdmv " But it was throwing following error.&lt;BR /&gt;"cpio: Unrecognizable archive"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me the command or steps to restore this.?&lt;BR /&gt;&lt;BR /&gt;Thanks alot..&lt;BR /&gt;Shashi</description>
    <pubDate>Thu, 11 May 2006 10:32:45 GMT</pubDate>
    <dc:creator>skiran</dc:creator>
    <dc:date>2006-05-11T10:32:45Z</dc:date>
    <item>
      <title>Problem in restoring from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-restoring-from-tape/m-p/3786704#M66101</link>
      <description>&lt;BR /&gt;Hello All, &lt;BR /&gt;I having a problem in restoring backup data . I am using suse linux 7.0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The backup command used was  "find /data  -xdev -print | cpio -oBa -H crc" | dd of=/dev/nrmt0h bs=5120"&lt;BR /&gt;&lt;BR /&gt;I tried the following command to list the files . "dd if=/dev/nrmt0h bs=5120 | cpio -icdmv " But it was throwing following error.&lt;BR /&gt;"cpio: Unrecognizable archive"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me the command or steps to restore this.?&lt;BR /&gt;&lt;BR /&gt;Thanks alot..&lt;BR /&gt;Shashi</description>
      <pubDate>Thu, 11 May 2006 10:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-restoring-from-tape/m-p/3786704#M66101</guid>
      <dc:creator>skiran</dc:creator>
      <dc:date>2006-05-11T10:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in restoring from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-restoring-from-tape/m-p/3786705#M66102</link>
      <description>I think that the "t" option is needed to list the contents of the cpio backup. Also, have you runned that command right after the backup? Because if so, you must rewind the tape before listing the contents:&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/nrmt0h rewind&lt;BR /&gt;dd if=/dev/nrmt0h bs=5120 | cpio -itcdmv</description>
      <pubDate>Thu, 11 May 2006 11:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-restoring-from-tape/m-p/3786705#M66102</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-11T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in restoring from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-restoring-from-tape/m-p/3786706#M66103</link>
      <description>You put data on the tape in '-H crc' mode.  You need to read it off in '-H crc' mode too.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/nrmt0h bs=5120 | cpio -ivdm -H crc&lt;BR /&gt;&lt;BR /&gt;see what that does for you.&lt;BR /&gt;&lt;BR /&gt;But Ivan is right.. TO list the tape, you want just:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/nrmt0h bs=5120 | cpio -vit -H crc</description>
      <pubDate>Thu, 11 May 2006 23:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-restoring-from-tape/m-p/3786706#M66103</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-05-11T23:50:22Z</dc:date>
    </item>
  </channel>
</rss>

