<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551669#M478370</link>
    <description>It's really not worth your time to try and be too efficient with the tape usage.  I worked in a shop where we spent hours and hours each year trying to fine tune backups and keep it to a minimum number of tapes.  DAT tapes are not that expensive.&lt;BR /&gt;Like the others I do not know of a way to switch drives during an fbackup session.  I think there may have been a similar question before and some one posted a script.  It sounds familiar.  &lt;BR /&gt;Otherwise break it into 2 jobs.  That also requires maintenance.  If the file systems you defined in one of the jobs grows to where they do not fit on one tape, you're back to redefining those jobs.&lt;BR /&gt;&lt;BR /&gt;Also mentioned was OmniBack.  If you can come up with about $9K (that's list price) you can get OmniBack server and licenses for 2 concurrent drives.  OBII will automatically spread the job over the 2 drives for faster performance and you get better cataloging than you do with fbackup.  I really sugget OBII.&lt;BR /&gt;You can also go with the Windows version which costs about $3,600 for the server and unlimited tape drives.  It will backup your Unix hosts.  You just need a Windows 2K box to run it on.&lt;BR /&gt;&lt;BR /&gt;One other option, get a stand-alone DLT drive.  It will handle much more than 2 DAT drives.  Of course the tapes are much more expensive too.</description>
    <pubDate>Wed, 08 Aug 2001 20:31:29 GMT</pubDate>
    <dc:creator>Dave Wherry</dc:creator>
    <dc:date>2001-08-08T20:31:29Z</dc:date>
    <item>
      <title>fbackup question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551664#M478365</link>
      <description>I have two servers with DDS tape drives and want to get fbackup to use first one tape on one system for vol 1 and the when its full switch to vol 2 tape on other server. This is the command I have used but it won't jump to second tape output to complete backup.&lt;BR /&gt;fbackup -v -f server1:/dev/rmt/0m -f /dev/rmt/0m -i / -I /tmp/index</description>
      <pubDate>Wed, 11 Jul 2001 20:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551664#M478365</guid>
      <dc:creator>Kim_30</dc:creator>
      <dc:date>2001-07-11T20:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551665#M478366</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;I am fairly sure that the way you are trying&lt;BR /&gt;to do your backup is not supported. I would&lt;BR /&gt;suggest that perhaps you split your backups&lt;BR /&gt;into separate jobs.&lt;BR /&gt;&lt;BR /&gt;There are a number of questions in the forum&lt;BR /&gt;during the last few months in regards to&lt;BR /&gt;problems with fbackup. I've attached a copy&lt;BR /&gt;of a script that we used to use for fbackup.&lt;BR /&gt;I hope it helps. One suggestion also is to do &lt;BR /&gt;a search using 'fbackup' as your search string.&lt;BR /&gt;There are quite a number of posts regarding the&lt;BR /&gt;use of 'fbackup'.</description>
      <pubDate>Wed, 11 Jul 2001 23:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551665#M478366</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-07-11T23:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551666#M478367</link>
      <description>Thanks for the backup script. I have seen it in some other threads I looked at. Have attempted to adapt it to my situation but have problems with testing it. Suspect my fbackup_config file is not right.&lt;BR /&gt;I was able to get my original command string to work after setting up the servers to allow root capabilities on each other. My original solution does not stop for volume change if more than two tapes are needed. It would be easier to set up two backups but I wanted to be sure I got all the space utilized on the tapes. Does anyone know how to tell how much space is still free on a tape?</description>
      <pubDate>Fri, 13 Jul 2001 00:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551666#M478367</guid>
      <dc:creator>Kim_30</dc:creator>
      <dc:date>2001-07-13T00:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551667#M478368</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is little chance of finding out how much space is on the tape. This is because of compression ratios. One day a backup may have a 40% compression ratio and the next day something entirely different. You cannot read the tape back to find this out either. I remember seeing a thread on this before. I was trying to find it but couldn't... Sorry&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 13 Jul 2001 21:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551667#M478368</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-07-13T21:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551668#M478369</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;As Micheal said, there is no manner to put a part of data on one drive and other on the second using fbackup.&lt;BR /&gt;&lt;BR /&gt;Either split your job into two jobs one on each tape drive or&lt;BR /&gt;&lt;BR /&gt;HP OpenView Omniback II tool which allow you to have a media pool and then it allows you to do what you plan initially.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry to send it so late !!! Just read it now.&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 11:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551668#M478369</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-07-31T11:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551669#M478370</link>
      <description>It's really not worth your time to try and be too efficient with the tape usage.  I worked in a shop where we spent hours and hours each year trying to fine tune backups and keep it to a minimum number of tapes.  DAT tapes are not that expensive.&lt;BR /&gt;Like the others I do not know of a way to switch drives during an fbackup session.  I think there may have been a similar question before and some one posted a script.  It sounds familiar.  &lt;BR /&gt;Otherwise break it into 2 jobs.  That also requires maintenance.  If the file systems you defined in one of the jobs grows to where they do not fit on one tape, you're back to redefining those jobs.&lt;BR /&gt;&lt;BR /&gt;Also mentioned was OmniBack.  If you can come up with about $9K (that's list price) you can get OmniBack server and licenses for 2 concurrent drives.  OBII will automatically spread the job over the 2 drives for faster performance and you get better cataloging than you do with fbackup.  I really sugget OBII.&lt;BR /&gt;You can also go with the Windows version which costs about $3,600 for the server and unlimited tape drives.  It will backup your Unix hosts.  You just need a Windows 2K box to run it on.&lt;BR /&gt;&lt;BR /&gt;One other option, get a stand-alone DLT drive.  It will handle much more than 2 DAT drives.  Of course the tapes are much more expensive too.</description>
      <pubDate>Wed, 08 Aug 2001 20:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-question/m-p/2551669#M478370</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2001-08-08T20:31:29Z</dc:date>
    </item>
  </channel>
</rss>

