<?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 redirection in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166259#M903333</link>
    <description>Hi Idriz,&lt;BR /&gt;&lt;BR /&gt;Thanks for clarifying that. :)&lt;BR /&gt;&lt;BR /&gt;I think the -X option as suggested by Gideon is suitable for what you want to do.&lt;BR /&gt;&lt;BR /&gt;I guess the data is taken from one server to another, otherwise you'd just perform a straight cp (or perhaps use cpio.)&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
    <pubDate>Fri, 16 Jan 2004 08:48:54 GMT</pubDate>
    <dc:creator>Darren Prior</dc:creator>
    <dc:date>2004-01-16T08:48:54Z</dc:date>
    <item>
      <title>fbackup redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166255#M903329</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is it possible to redirect the output form frecover ?&lt;BR /&gt;For example:&lt;BR /&gt;fbackup -f /dev/rmt/0m -i /home/user1 -I index.home&lt;BR /&gt;this backup i like to redirect to &lt;BR /&gt;/tmp/usr1&lt;BR /&gt;frecover -f /dev/rmt/0m -i /home/usr1 -xv that can  but redirection direct from the tape ????&lt;BR /&gt;&lt;BR /&gt;thank you in advance&lt;BR /&gt;&lt;BR /&gt;Idriz&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2004 07:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166255#M903329</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2004-01-16T07:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166256#M903330</link>
      <description>Hi Idriz,&lt;BR /&gt;&lt;BR /&gt;You could try the -X option, check man frecover:&lt;BR /&gt;&lt;BR /&gt;  -X          Recover files relative to the current working directory.&lt;BR /&gt;                  Normally frecover recovers files to their absolute path&lt;BR /&gt;                  name.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2004 08:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166256#M903330</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-16T08:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166257#M903331</link>
      <description>Hi Idriz,&lt;BR /&gt;&lt;BR /&gt;Are you asking to redirect the output that you would see from fbackup on the screen into a file?  If so, then just add 2&amp;gt; /tmp/usr to end of your command line.  The 2 is required as fbackup sends the info to stderr rather than stdout.  You may also like to use -v option to fbackup to get more verbose info - see the fbackup man page for more.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Fri, 16 Jan 2004 08:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166257#M903331</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2004-01-16T08:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166258#M903332</link>
      <description>No daren,&lt;BR /&gt;&lt;BR /&gt;I like to redirect the directory's and files from the tape !&lt;BR /&gt;For example:&lt;BR /&gt;I make backup of /home/usr1 and i want  redirect  this to an another directory &lt;BR /&gt;for example&lt;BR /&gt;/tmp/usr/usr1&lt;BR /&gt;&lt;BR /&gt;I can simply do &lt;BR /&gt;frecover -f /dev/rmt/0m -i /home/usr1 -xv and afterthat cp /home/usr1 /tmp/usr but it is to difficulty.&lt;BR /&gt;&lt;BR /&gt;I want to redirect it direct from the tape to an another directory&lt;BR /&gt;&lt;BR /&gt;is it possibly ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Idriz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2004 08:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166258#M903332</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2004-01-16T08:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup redirection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166259#M903333</link>
      <description>Hi Idriz,&lt;BR /&gt;&lt;BR /&gt;Thanks for clarifying that. :)&lt;BR /&gt;&lt;BR /&gt;I think the -X option as suggested by Gideon is suitable for what you want to do.&lt;BR /&gt;&lt;BR /&gt;I guess the data is taken from one server to another, otherwise you'd just perform a straight cp (or perhaps use cpio.)&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Fri, 16 Jan 2004 08:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-redirection/m-p/3166259#M903333</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2004-01-16T08:48:54Z</dc:date>
    </item>
  </channel>
</rss>

