<?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 fbackup log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036860#M133673</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;a simple question for you - were is the log file of the fbackup. I always used sam for filesystem backup and now I have used fbackup like&lt;BR /&gt;#fbackup -0i / -v -f /dev/rmt/c0t3d0BEST&lt;BR /&gt;The backup was completed with warnings but I don't know were is the backup log - in /var/adm/fbackupfiles there is only one file dates which is from 17'th of April 2003.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;ionut</description>
    <pubDate>Wed, 30 Jul 2003 04:47:02 GMT</pubDate>
    <dc:creator>Ionut Grigorescu_2</dc:creator>
    <dc:date>2003-07-30T04:47:02Z</dc:date>
    <item>
      <title>fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036860#M133673</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;a simple question for you - were is the log file of the fbackup. I always used sam for filesystem backup and now I have used fbackup like&lt;BR /&gt;#fbackup -0i / -v -f /dev/rmt/c0t3d0BEST&lt;BR /&gt;The backup was completed with warnings but I don't know were is the backup log - in /var/adm/fbackupfiles there is only one file dates which is from 17'th of April 2003.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;ionut</description>
      <pubDate>Wed, 30 Jul 2003 04:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036860#M133673</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2003-07-30T04:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036861#M133674</link>
      <description>Check logfiles:&lt;BR /&gt;/var/sam/log/samlog&lt;BR /&gt;/var/sam/log/br_log&lt;BR /&gt;/var/sam/log/br_index.full&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2003 04:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036861#M133674</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-30T04:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036862#M133675</link>
      <description>Hi ionut,&lt;BR /&gt;&lt;BR /&gt;You will need to redirect stdout and stderr to get your log file.  You might also want to consider creating an index file too.&lt;BR /&gt;&lt;BR /&gt;eg:&lt;BR /&gt;&lt;BR /&gt;fbackup -0i / -v -I /tmp/fbackup.index -f /dev/rmt/0m &amp;gt;/tmp/fbackup.log&lt;BR /&gt;&lt;BR /&gt;Then look at the files /tmp/fbackup.index and /tmp/fbackup.log&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2003 04:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036862#M133675</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-30T04:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036863#M133676</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You need to send it to a log file, by default goes to standard out.&lt;BR /&gt;&lt;BR /&gt;Use:&lt;BR /&gt;# fbackup -0i / -v -f /dev/rmt/c0t3d0BEST &amp;gt; /tmp/fbackup.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Wed, 30 Jul 2003 05:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036863#M133676</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-30T05:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036864#M133677</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;  Alternatively you can used tee command.Example :&lt;BR /&gt; fbackup -0i / -v -f /dev/rmt/c0t3d0BEST|tee /tmp/index&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB &lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2003 05:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036864#M133677</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-07-30T05:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036865#M133678</link>
      <description>Hi,&lt;BR /&gt;When you use backup through SAM it uses &lt;BR /&gt;/usr/sam/lbin/br_backup to backup the files and the logs for it are created in /var/sam/logs&lt;BR /&gt;&lt;BR /&gt;Now when you do fbackup you have redirect the output to a log (use 2&amp;gt;&amp;amp;1)file to see it..&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Wed, 30 Jul 2003 05:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036865#M133678</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-07-30T05:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036866#M133679</link>
      <description>Thank you all - case closed.&lt;BR /&gt;So I have to redo the backup and wait another 8 hours :-(...</description>
      <pubDate>Wed, 30 Jul 2003 05:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-log/m-p/3036866#M133679</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2003-07-30T05:21:36Z</dc:date>
    </item>
  </channel>
</rss>

