<?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: Specifying backup log name when using fbackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537277#M900359</link>
    <description>Yes, use the -I option for fbackup.&lt;BR /&gt;&lt;BR /&gt;Take care.</description>
    <pubDate>Wed, 06 Jun 2001 17:15:23 GMT</pubDate>
    <dc:creator>Keith Johnson</dc:creator>
    <dc:date>2001-06-06T17:15:23Z</dc:date>
    <item>
      <title>Specifying backup log name when using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537275#M900357</link>
      <description>I just noticed a small gremlin this morning when trying to recover a sql file for a user (ME: "You do know where the file was, right?"  USER:  "Sure...it was on your system..."  Needless to say, I'd like to use the index to identify where the file should have been.  Problem is, I have two DDS3 drives (1 internal, 1 external - full system on one, ORACLE on the other) and the backup both write their index to br_index.full.  Since my Oracle backup ran last, it overwrote the full system backup.  Is there a place to specify a name to the backup so that I can have two distinct log files for my backups?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Joe Robinson&lt;BR /&gt;Sys Admin&lt;BR /&gt;USPFO for Oregon&lt;BR /&gt;Oregon Army National Guard</description>
      <pubDate>Wed, 06 Jun 2001 16:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537275#M900357</guid>
      <dc:creator>Joe Robinson_1</dc:creator>
      <dc:date>2001-06-06T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying backup log name when using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537276#M900358</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;You may create labels ( arquive with any descritions ) for each tape in&lt;BR /&gt;first volume, and write the data ever &lt;BR /&gt;in the second volume in the same tape.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Abel Berger&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 16:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537276#M900358</guid>
      <dc:creator>Abel Berger</dc:creator>
      <dc:date>2001-06-06T16:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying backup log name when using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537277#M900359</link>
      <description>Yes, use the -I option for fbackup.&lt;BR /&gt;&lt;BR /&gt;Take care.</description>
      <pubDate>Wed, 06 Jun 2001 17:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537277#M900359</guid>
      <dc:creator>Keith Johnson</dc:creator>
      <dc:date>2001-06-06T17:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying backup log name when using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537278#M900360</link>
      <description>Hi Joe&lt;BR /&gt;Are you using SAM?&lt;BR /&gt;If you use command line to do your fbackup then the "-I path" specifies the name of the index file.&lt;BR /&gt;&lt;BR /&gt;Even though your index was overwritten did you know you can pull a new index file (complete and more accurate than the one created during backup - it's the actual index file of what actually got saved.&lt;BR /&gt;&lt;BR /&gt;Put your tape in drive 0 or 1 or ?&lt;BR /&gt;frecover -f /dev/rmt/0m -I /tmp/yourindexfile&lt;BR /&gt;This will create the index in whatever path you supply to the -I option. So you can see if the file is on your tape or not.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Peggy</description>
      <pubDate>Wed, 06 Jun 2001 17:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537278#M900360</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-06-06T17:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying backup log name when using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537279#M900361</link>
      <description>You could also just use a script to take the br_log and copy it to somewhere else.  I do this to keep copies of weekly and monthly index logs for easy searching.  I just set it up to run sometime after I know backup is done, and I have use the date command to append a date to the name.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 06 Jun 2001 19:14:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537279#M900361</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-06-06T19:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying backup log name when using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537280#M900362</link>
      <description>The way I name different index file for different backup job. for instance if I do the full system backup then, I use like:&lt;BR /&gt; /etc/fbackup -f /dev/rmt/1m -0ug /var/adm/fbackupfiles/graphfile -I /tmp/index_full.`date +%a` &amp;gt; /tmp/error 2&amp;gt;&amp;amp;1&lt;BR /&gt;   &lt;BR /&gt;When using other backup such as oracle, I would name the index file as /tmp/ora_index to keep them separated.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 12:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specifying-backup-log-name-when-using-fbackup/m-p/2537280#M900362</guid>
      <dc:creator>Shumi Begum</dc:creator>
      <dc:date>2001-06-07T12:57:06Z</dc:date>
    </item>
  </channel>
</rss>

