<?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: DLT restore in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399822#M200570</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use SAM:&lt;BR /&gt;&lt;BR /&gt;#SAM (Backup and Recovery -&amp;gt; Interactive Backup and Recovery -&amp;gt; Actions -&amp;gt; Use Remote Backup Device -&amp;gt; Recover Files or Directories...)&lt;BR /&gt;&lt;BR /&gt;With this you can recover at least the intire tape. You can also choose "Get List of Files on Device..." to choose before the file you want using the same index you used to create the tape backup&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
    <pubDate>Thu, 14 Oct 2004 06:22:22 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2004-10-14T06:22:22Z</dc:date>
    <item>
      <title>DLT restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399821#M200569</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a DLT tape from server A and need to recover a particular file from from it onto another box. I currently have the tape in the tape device in tape B (both servers are HP-UX 11i) and basically need to search for the file from my tape and then restore it to a tmp directory. Can anybody advise as to what commands I would need to use in order to perform this task?</description>
      <pubDate>Thu, 14 Oct 2004 05:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399821#M200569</guid>
      <dc:creator>Duffs</dc:creator>
      <dc:date>2004-10-14T05:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: DLT restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399822#M200570</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use SAM:&lt;BR /&gt;&lt;BR /&gt;#SAM (Backup and Recovery -&amp;gt; Interactive Backup and Recovery -&amp;gt; Actions -&amp;gt; Use Remote Backup Device -&amp;gt; Recover Files or Directories...)&lt;BR /&gt;&lt;BR /&gt;With this you can recover at least the intire tape. You can also choose "Get List of Files on Device..." to choose before the file you want using the same index you used to create the tape backup&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 14 Oct 2004 06:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399822#M200570</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-10-14T06:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: DLT restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399823#M200571</link>
      <description>Dermot,&lt;BR /&gt;&lt;BR /&gt;It kind of depends on what command you used to back it up.  If you used SAM, I believe that means it used fbackup.  However, it could have been produced with tar, dd, cpio, or some proprietary software like OmniBack.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 14 Oct 2004 06:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399823#M200571</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-10-14T06:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: DLT restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399824#M200572</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Restore command to use depend on how backup has been made. &lt;BR /&gt;&lt;BR /&gt;You have frestore (if fbackup has been used),&lt;BR /&gt;tar -x (if tar -c|r), dd (if dd), and so on.&lt;BR /&gt;&lt;BR /&gt;To restore &lt;FILENAME&gt;:&lt;BR /&gt;cd /tmp&lt;BR /&gt;frestore -x -F -i &lt;FILENAME&gt; -f &lt;TAPE device=""&gt;&lt;BR /&gt;Or&lt;BR /&gt;tar xvf &lt;TAPE device=""&gt; &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;For viewing catalog:&lt;BR /&gt;frestore -I &lt;CATALOG name=""&gt; -f &lt;TAPE device=""&gt;&lt;BR /&gt;Or&lt;BR /&gt;tar tvf &lt;TAPE device=""&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;JMB&lt;/TAPE&gt;&lt;/TAPE&gt;&lt;/CATALOG&gt;&lt;/FILENAME&gt;&lt;/TAPE&gt;&lt;/TAPE&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 14 Oct 2004 06:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399824#M200572</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2004-10-14T06:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: DLT restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399825#M200573</link>
      <description>...ok, so if the files Iam looking for were originally backed up using Omniback must I use Omniback as the only means possible to restore the data from my tape?</description>
      <pubDate>Thu, 14 Oct 2004 06:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399825#M200573</guid>
      <dc:creator>Duffs</dc:creator>
      <dc:date>2004-10-14T06:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: DLT restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399826#M200574</link>
      <description>Dermot,&lt;BR /&gt;&lt;BR /&gt;Yes, you would need to use OmniBack.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 14 Oct 2004 06:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399826#M200574</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-10-14T06:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: DLT restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399827#M200575</link>
      <description>Thanks a million, thats basically all I need to know.&lt;BR /&gt;Rgds,&lt;BR /&gt;Dermot</description>
      <pubDate>Thu, 14 Oct 2004 07:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dlt-restore/m-p/3399827#M200575</guid>
      <dc:creator>Duffs</dc:creator>
      <dc:date>2004-10-14T07:06:44Z</dc:date>
    </item>
  </channel>
</rss>

