<?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: fbackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729473#M386325</link>
    <description>fbackup -i /home/test -f - | (cd /export/test ; frecover -f - -r)&lt;BR /&gt;&lt;BR /&gt;Explanation :&lt;BR /&gt;&lt;BR /&gt;fbackup&lt;BR /&gt;&lt;BR /&gt;-i :  include /home/test in the backup&lt;BR /&gt;&lt;BR /&gt;-f : backup to non default distination&lt;BR /&gt;&lt;BR /&gt;- : standard output&lt;BR /&gt;&lt;BR /&gt;| : redirect the output to another command&lt;BR /&gt;&lt;BR /&gt;frecover :&lt;BR /&gt;&lt;BR /&gt;-r : restore everything&lt;BR /&gt;-f : restore from non-standard location&lt;BR /&gt;- : standard output&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;kamal</description>
    <pubDate>Wed, 22 Dec 2010 08:15:21 GMT</pubDate>
    <dc:creator>kemo</dc:creator>
    <dc:date>2010-12-22T08:15:21Z</dc:date>
    <item>
      <title>fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729465#M386317</link>
      <description>&lt;BR /&gt;how to fire a fbackup on same server but diff location, eg: moving /home/test to /export/test</description>
      <pubDate>Wed, 22 Dec 2010 06:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729465#M386317</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2010-12-22T06:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729466#M386318</link>
      <description>fbackup -i /home/test  -f - | (cd /export/test ; frestore -Xrf -)</description>
      <pubDate>Wed, 22 Dec 2010 06:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729466#M386318</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2010-12-22T06:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729467#M386319</link>
      <description>Fbackup:-&lt;BR /&gt;&lt;BR /&gt;#fbackup -vf /dev/rmt/cXXtXdXBESTn -i /home/test  -i /export/test -I /home/Index&lt;BR /&gt;&lt;BR /&gt;with this you are tkng the backup of /home/test &amp;amp; /export/test.. &lt;BR /&gt;&lt;BR /&gt;========================================&lt;BR /&gt;[listing]&lt;BR /&gt;#frecover -f  /dev/rmt/cXXtXdXBESTn -x -N -v  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ani</description>
      <pubDate>Wed, 22 Dec 2010 06:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729467#M386319</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2010-12-22T06:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729468#M386320</link>
      <description>Things to remember about fbackup:-&lt;BR /&gt;&lt;BR /&gt;*fbackup MUST rewind the tape before beginning the backup and after&lt;BR /&gt;completing.&lt;BR /&gt;&lt;BR /&gt;Command Description&lt;BR /&gt;&lt;BR /&gt;fbackup -vf /dev/rmt/0m -i / full system backup&lt;BR /&gt;&lt;BR /&gt;fbackup -vf /dev/rmt/0m -i specifically include file/directory&lt;BR /&gt;/etc/hosts preceded by -i&lt;BR /&gt;&lt;BR /&gt;fbackup -vf /dev/rmt/0m -i specifically include multiple&lt;BR /&gt;/etc/hosts -i /usr files/directories preceded by -i&lt;BR /&gt;&lt;BR /&gt;fbackup -vf /dev/rmt/0m -e specifically exclude file/directory&lt;BR /&gt;/etc/hosts preceded by -e&lt;BR /&gt;&lt;BR /&gt;fbackup -vf /dev/rmt/0m -g&lt;BR /&gt;graph_file_name backup from a graph file&lt;BR /&gt;&lt;BR /&gt;frecover -xvf /dev/rmt/0m restore entire tape to originating&lt;BR /&gt;directory structure&lt;BR /&gt;&lt;BR /&gt;restore entire tape to originating&lt;BR /&gt;frecover -xovf /dev/rmt/0m directory structure and overwrite any&lt;BR /&gt;existing files&lt;BR /&gt;&lt;BR /&gt;cd /tmp restore entire tape to /tmp&lt;BR /&gt;frecover -xXvf /dev/rmt/0m (originating directory structure will&lt;BR /&gt;not be overwritten)&lt;BR /&gt;&lt;BR /&gt;frecover -vf /dev/rmt/0m -I verify backup and read the index file&lt;BR /&gt;/tmp/index from the tape into a file called&lt;BR /&gt;/tmp/index&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;frecover -rNv -f /dev/rmt/0m 2&amp;gt;&lt;BR /&gt;/tmp/listing list of what is really on the tape&lt;BR /&gt;&lt;BR /&gt;frecover -V /tmp/volume_headers&lt;BR /&gt;-f /dev/rmt/0m show volume headers on the tape&lt;BR /&gt;Regards,&lt;BR /&gt;Ani</description>
      <pubDate>Wed, 22 Dec 2010 06:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729468#M386320</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2010-12-22T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729469#M386321</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Backup and restore to the same server doesn't require tape drive at all.&lt;BR /&gt;&lt;BR /&gt;by the below command you will be able to move directories across different filesystems within the same box&lt;BR /&gt;&lt;BR /&gt;fbackup -i /home/test -f - | (cd /export/test ; frestore -Xrf -)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;kamal</description>
      <pubDate>Wed, 22 Dec 2010 06:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729469#M386321</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2010-12-22T06:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729470#M386322</link>
      <description>&amp;gt;&amp;gt;&amp;gt; how to fire a fbackup on same server but diff location, eg: moving /home/test to /export/test&lt;BR /&gt;&lt;BR /&gt;# cd /home/test; fbackup -f - -i . | (cd /export/test; frecover -f - -r)&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729470#M386322</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-12-22T06:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729471#M386323</link>
      <description>Johnson,&lt;BR /&gt;&lt;BR /&gt;Your cmd excatly works out but can you explain me, &lt;BR /&gt;&lt;BR /&gt;cd /home; == going to the sorce dirctry.&lt;BR /&gt;&lt;BR /&gt;fbackup -f - -i . ===??&lt;BR /&gt;&lt;BR /&gt;|(cd /var/adm/crash;==== using pipe going to the destn dirctry.&lt;BR /&gt;&lt;BR /&gt;frecover -f - -r)== -f -r ????&lt;BR /&gt;&lt;BR /&gt;can you explain me?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 22 Dec 2010 07:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729471#M386323</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2010-12-22T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729472#M386324</link>
      <description>&amp;gt;&amp;gt; fbackup -f - -i . ===??&lt;BR /&gt;&amp;gt;&amp;gt; frecover -f - -r)== -f -r ????&lt;BR /&gt;&lt;BR /&gt;man fbackup -&amp;gt; for more information&lt;BR /&gt;man frecover -&amp;gt; for more information&lt;BR /&gt;&lt;BR /&gt;. referring to (current working dir)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729472#M386324</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-12-22T08:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729473#M386325</link>
      <description>fbackup -i /home/test -f - | (cd /export/test ; frecover -f - -r)&lt;BR /&gt;&lt;BR /&gt;Explanation :&lt;BR /&gt;&lt;BR /&gt;fbackup&lt;BR /&gt;&lt;BR /&gt;-i :  include /home/test in the backup&lt;BR /&gt;&lt;BR /&gt;-f : backup to non default distination&lt;BR /&gt;&lt;BR /&gt;- : standard output&lt;BR /&gt;&lt;BR /&gt;| : redirect the output to another command&lt;BR /&gt;&lt;BR /&gt;frecover :&lt;BR /&gt;&lt;BR /&gt;-r : restore everything&lt;BR /&gt;-f : restore from non-standard location&lt;BR /&gt;- : standard output&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;kamal</description>
      <pubDate>Wed, 22 Dec 2010 08:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729473#M386325</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2010-12-22T08:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729474#M386326</link>
      <description>&lt;P&gt;&amp;gt;kemo: -f: restore from non-standard location&lt;BR /&gt;&amp;gt;-: standard output&lt;BR /&gt;&lt;BR /&gt;For frecover(1m), this should be stdin. :-)&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 02:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729474#M386326</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T02:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729475#M386327</link>
      <description>YES&lt;BR /&gt;&lt;BR /&gt;thanks Mr. Dennis Handly for your continues cooperation :)&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729475#M386327</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2010-12-22T08:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729476#M386328</link>
      <description>Hi,&lt;BR /&gt;&amp;gt; Dennis&lt;BR /&gt;For frestore(1m), this should be stdin. :-)&lt;BR /&gt;&lt;BR /&gt;You talkin' bout frecover right?? Am aware of a restore command that is used for restoring the filesystem incrementally on the local environment or accross the network. An frestore does not ring a bell. (typo error??) . :)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Fri, 24 Dec 2010 05:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729476#M386328</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2010-12-24T05:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729477#M386329</link>
      <description>&amp;gt;Ismail: You talkin' bout frecover right?&lt;BR /&gt;&lt;BR /&gt;Oops yes, I should have cut&amp;amp;pasted the command.</description>
      <pubDate>Fri, 24 Dec 2010 05:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4729477#M386329</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-24T05:40:26Z</dc:date>
    </item>
  </channel>
</rss>

