<?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 config options in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146212#M453640</link>
    <description>Hi (again) Bill:&lt;BR /&gt;&lt;BR /&gt;By the way, 'fbackup' and 'frecover' are being deprecated at 11.31.  At some later release 'fbackup' will not be able to create new archives, although as I understand, 'frecover' will remain available to restore archives.&lt;BR /&gt;&lt;BR /&gt;Be especially aware, too, the at 11.31 the header written by 'fbackup' has changed and it is *not* possible to restore an 11.31 archive on any release other than 11.31.&lt;BR /&gt;&lt;BR /&gt;The replacement for 'fbackup'/'frecover' is 'pax' with its ability to handle files larger than 8GB on 11.31 and on 11.23 with the 'pax-ENH' product installed.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 12 Dec 2008 18:10:05 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-12-12T18:10:05Z</dc:date>
    <item>
      <title>fbackup config options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146207#M453635</link>
      <description>I have a storageworks SDLT 320 Internal Tape Drive on its own SCSI bus and running HP-UX 11.23.&lt;BR /&gt;&lt;BR /&gt;What would the best options for an fbackup -c config file for good performance and reliability?  &lt;BR /&gt;&lt;BR /&gt;Also, would I need any special frecover options when doing a restore?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Bill</description>
      <pubDate>Fri, 12 Dec 2008 17:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146207#M453635</guid>
      <dc:creator>Bill Sadvary</dc:creator>
      <dc:date>2008-12-12T17:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup config options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146208#M453636</link>
      <description>Nope ... you can use fbackup &amp;amp; frecover commands to work with the latest SDLT320, SDLT220 and DLTvs80 tape drives.</description>
      <pubDate>Fri, 12 Dec 2008 17:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146208#M453636</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-12-12T17:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup config options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146209#M453637</link>
      <description>Hi Bill:&lt;BR /&gt;&lt;BR /&gt;Start with a configuration file that looks like:&lt;BR /&gt;&lt;BR /&gt;blocksperrecord 4096&lt;BR /&gt;records 64&lt;BR /&gt;checkpointfreq 4096&lt;BR /&gt;readerprocesses 6&lt;BR /&gt;maxretries 5&lt;BR /&gt;retrylimit 5000000&lt;BR /&gt;maxvoluses 200&lt;BR /&gt;filesperfsm 2000&lt;BR /&gt;&lt;BR /&gt;The manpages for 'fbackup(1M)' document the default settings which is what you will get in the *absence* of an explicily defined set.&lt;BR /&gt;&lt;BR /&gt;These parameters are recorded onto the actual backup tape and are thus used for a 'frecover' session too. &lt;BR /&gt;&lt;BR /&gt;Checkpoint records allow the salvage of a backup when a bad tape spot is detected, since the records contain information about the file being backed up. The 'filesperfsm' parameter controls the frequency with which Fast Search Marks (FSM) are written. Both checkpoint and FSM records affect performance. FSMs take a tape drive out of streaming mode thereby adding to backup time. Conversely, however, FSMs improve the time it take to recover a file from tape. &lt;BR /&gt;&lt;BR /&gt;In general, if your backup consists of a high proportion of small files, increase the value for 'filesperfsm'. If your backup consists of a high proportion of large files, then decrease the 'filesperfsm' value. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 12 Dec 2008 17:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146209#M453637</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-12T17:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup config options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146210#M453638</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;It depends what type of backup you are taking, do you want to take OS backup, DB backup, Application backup, Data backup...&lt;BR /&gt;&lt;BR /&gt;Anyways, you can use the below options for taking backup...&lt;BR /&gt;&lt;BR /&gt;-f: Device used for backup media&lt;BR /&gt;-0 to -9: Backup level&lt;BR /&gt;-u : Update the /var/adm/fbackupfiles/dates file&lt;BR /&gt;-v : Verbose mode; display the activity of the command&lt;BR /&gt;-i : Include the path in the backup&lt;BR /&gt;-e : Exclude the path from the backup&lt;BR /&gt;-g : Graph file used with fbackup&lt;BR /&gt;-I : Create an index file showing a list of files backed up&lt;BR /&gt;&lt;BR /&gt;If you need more information, reply us</description>
      <pubDate>Fri, 12 Dec 2008 17:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146210#M453638</guid>
      <dc:creator>piyush mathiya</dc:creator>
      <dc:date>2008-12-12T17:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup config options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146211#M453639</link>
      <description>I was looking for the config params that James posted.&lt;BR /&gt;&lt;BR /&gt;I'm doing a full system backup, OS and App and Data files.&lt;BR /&gt;&lt;BR /&gt;Basically, I have two servers, one application server and one Oracle DB server.  Probabaly the largest DB file is around 4 GB.&lt;BR /&gt;&lt;BR /&gt;-Bill</description>
      <pubDate>Fri, 12 Dec 2008 17:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146211#M453639</guid>
      <dc:creator>Bill Sadvary</dc:creator>
      <dc:date>2008-12-12T17:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup config options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146212#M453640</link>
      <description>Hi (again) Bill:&lt;BR /&gt;&lt;BR /&gt;By the way, 'fbackup' and 'frecover' are being deprecated at 11.31.  At some later release 'fbackup' will not be able to create new archives, although as I understand, 'frecover' will remain available to restore archives.&lt;BR /&gt;&lt;BR /&gt;Be especially aware, too, the at 11.31 the header written by 'fbackup' has changed and it is *not* possible to restore an 11.31 archive on any release other than 11.31.&lt;BR /&gt;&lt;BR /&gt;The replacement for 'fbackup'/'frecover' is 'pax' with its ability to handle files larger than 8GB on 11.31 and on 11.23 with the 'pax-ENH' product installed.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 12 Dec 2008 18:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146212#M453640</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-12T18:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup config options</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146213#M453641</link>
      <description>Thanks for the replies.&lt;BR /&gt;-Bill</description>
      <pubDate>Wed, 17 Dec 2008 16:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-config-options/m-p/5146213#M453641</guid>
      <dc:creator>Bill Sadvary</dc:creator>
      <dc:date>2008-12-17T16:07:09Z</dc:date>
    </item>
  </channel>
</rss>

