<?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 frecover in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673798#M244154</link>
    <description>Hello all...&lt;BR /&gt;I am taking backup of 3 different mountpoints and will create a single mount point.&lt;BR /&gt;I have taken backup of this 3 mount points by fbackup, command used as follows..&lt;BR /&gt;# cat gfile&lt;BR /&gt;i /back03&lt;BR /&gt;i /back08&lt;BR /&gt;i /back_inca&lt;BR /&gt;# fbackup -v -I /var/tmp/bkp/vgmsa04 -g gfile -f /dev/rmt/0mn&lt;BR /&gt;--------------------------------&lt;BR /&gt;Now i want to restore this backup files on different mount point, say on mount point back_crr&lt;BR /&gt;How to acheive this?&lt;BR /&gt;Waiting for replies..&lt;BR /&gt;&lt;BR /&gt;Yogeshg&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Nov 2005 07:01:48 GMT</pubDate>
    <dc:creator>YOGI_3</dc:creator>
    <dc:date>2005-11-17T07:01:48Z</dc:date>
    <item>
      <title>frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673798#M244154</link>
      <description>Hello all...&lt;BR /&gt;I am taking backup of 3 different mountpoints and will create a single mount point.&lt;BR /&gt;I have taken backup of this 3 mount points by fbackup, command used as follows..&lt;BR /&gt;# cat gfile&lt;BR /&gt;i /back03&lt;BR /&gt;i /back08&lt;BR /&gt;i /back_inca&lt;BR /&gt;# fbackup -v -I /var/tmp/bkp/vgmsa04 -g gfile -f /dev/rmt/0mn&lt;BR /&gt;--------------------------------&lt;BR /&gt;Now i want to restore this backup files on different mount point, say on mount point back_crr&lt;BR /&gt;How to acheive this?&lt;BR /&gt;Waiting for replies..&lt;BR /&gt;&lt;BR /&gt;Yogeshg&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 07:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673798#M244154</guid>
      <dc:creator>YOGI_3</dc:creator>
      <dc:date>2005-11-17T07:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673799#M244155</link>
      <description>Yogi,&lt;BR /&gt;&lt;BR /&gt;The easiest way to do this is through sam.&lt;BR /&gt;&lt;BR /&gt;Interactive Backup and recovery</description>
      <pubDate>Thu, 17 Nov 2005 07:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673799#M244155</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-11-17T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673800#M244156</link>
      <description>hi luk..&lt;BR /&gt;ur help work..&lt;BR /&gt;but i want command line help..&lt;BR /&gt;Yogeshg</description>
      <pubDate>Thu, 17 Nov 2005 07:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673800#M244156</guid>
      <dc:creator>YOGI_3</dc:creator>
      <dc:date>2005-11-17T07:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673801#M244157</link>
      <description>Hi Yogi,&lt;BR /&gt;&lt;BR /&gt;cd /back_crr&lt;BR /&gt;frecovery -x -X -i /back03 -i /back08 -i /back_inc -f /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;Check also this threads&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870336" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870336&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=782047" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=782047&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 07:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673801#M244157</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-11-17T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673802#M244158</link>
      <description>cd /back_crr&lt;BR /&gt;frecover -v -x -X -g gfile -f /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;-X = restore files to current working directory &lt;BR /&gt;&lt;BR /&gt;After this dir would look like this;&lt;BR /&gt;/back_crr/back03/.....&lt;BR /&gt;/back_crr/back08/.....&lt;BR /&gt;/back_crr/back_inca/.....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2005 03:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover/m-p/3673802#M244158</guid>
      <dc:creator>SGUX</dc:creator>
      <dc:date>2005-11-18T03:28:55Z</dc:date>
    </item>
  </channel>
</rss>

