<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944092#M114307</link>
    <description>Hi all,&lt;BR /&gt;Can fbackup be used to do incremental backups? How can this be done?&lt;BR /&gt;Please treat as very urgent.&lt;BR /&gt;Nsi.</description>
    <pubDate>Fri, 04 Apr 2003 14:56:07 GMT</pubDate>
    <dc:creator>Nsikan_2</dc:creator>
    <dc:date>2003-04-04T14:56:07Z</dc:date>
    <item>
      <title>fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944092#M114307</link>
      <description>Hi all,&lt;BR /&gt;Can fbackup be used to do incremental backups? How can this be done?&lt;BR /&gt;Please treat as very urgent.&lt;BR /&gt;Nsi.</description>
      <pubDate>Fri, 04 Apr 2003 14:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944092#M114307</guid>
      <dc:creator>Nsikan_2</dc:creator>
      <dc:date>2003-04-04T14:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944093#M114308</link>
      <description>From the man page:&lt;BR /&gt;&lt;BR /&gt;If fbackup is used for incremental backups, a database of past backups&lt;BR /&gt;      must be kept.  fbackup maintains this data in the text file&lt;BR /&gt;      /var/adm/fbackupfiles/dates, by default.  Note that the directory&lt;BR /&gt;      /var/adm/fbackupfiles must be created prior to the first time fbackup&lt;BR /&gt;      is used for incremental backups.  The -d option can be used to specify&lt;BR /&gt;      an alternate database file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;. . .&lt;BR /&gt;&lt;BR /&gt;-d path        This specifies a path to a database for use with&lt;BR /&gt;                     incremental backups.  It overrides the default database&lt;BR /&gt;                     file /var/adm/fbackupfiles/dates.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;. . .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-0-9           This single-digit number is the backup level.  Level 0&lt;BR /&gt;                     indicates a full backup.  Higher levels are generally&lt;BR /&gt;                     used to perform incremental backups.  When doing an&lt;BR /&gt;                     incremental backup of a particular graph at a&lt;BR /&gt;                     particular level, the database of past backups is&lt;BR /&gt;                     searched to find the date of the most recent backup of&lt;BR /&gt;                     the same graph that was done at a lower level.  If no&lt;BR /&gt;                     such entry is found, the beginning of time is assumed.&lt;BR /&gt;                     All files in the graph that have been modified since&lt;BR /&gt;                     this date are backed up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;. . .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; The second example is more complicated, and assumes the user wants to&lt;BR /&gt;      maintain a database of past fbackup sessions so that incremental&lt;BR /&gt;      backups are possible.&lt;BR /&gt;&lt;BR /&gt;      If sufficient on-line storage is available, it may be desirable to&lt;BR /&gt;      keep several of the most recent index files on disk.  This eliminates&lt;BR /&gt;      the need to recover the index from the backup media to determine if&lt;BR /&gt;      the files to be recovered are on that set.  One method of maintaining&lt;BR /&gt;      on-line index files is outlined below.  The system administrator must&lt;BR /&gt;      do the following once before fbackup is run for the first time&lt;BR /&gt;      (creating intermediate level directories where necessary):&lt;BR /&gt;&lt;BR /&gt;           +  Create a suitable configuration file called config in the&lt;BR /&gt;              directory /var/adm/fbackupfiles.&lt;BR /&gt;&lt;BR /&gt;           +  Create a graph file called usr-usrlib in the directory&lt;BR /&gt;              /var/adm/fbackupfiles/graphs.&lt;BR /&gt;&lt;BR /&gt;           +  Create a directory called usr-usrlib in the directory&lt;BR /&gt;              /var/adm/fbackupfiles/indices.&lt;BR /&gt;A shell script that performs the following tasks could be run for each&lt;BR /&gt;      fbackup session:&lt;BR /&gt;&lt;BR /&gt;           +  Build an index file path name based on both the graph file&lt;BR /&gt;              used (passed as a parameter to the script) and the start time&lt;BR /&gt;              of the session (obtained from the system).  For example:&lt;BR /&gt;&lt;BR /&gt;                   /var/adm/fbackupfiles/indices/usr-usrlib/871128.15:17&lt;BR /&gt;                   (for Nov 28, 1987 at 3:17 PM)&lt;BR /&gt;&lt;BR /&gt;           +  Invoke fbackup with this path name as its index file name.&lt;BR /&gt;              For example:&lt;BR /&gt;&lt;BR /&gt;                   cd /var/adm/fbackupfiles&lt;BR /&gt;                   /usr/sbin/fbackup -0uc config -g graphs/usr-usrlib                      -I indices/usr-usrlib/871128.15:17                         -f /dev/rmt/c0t0d0BEST&lt;BR /&gt;&lt;BR /&gt;      When the session completes successfully, the index is automatically&lt;BR /&gt;      placed in the proper location.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In other words, check the man page for fbackup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 04 Apr 2003 15:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944093#M114308</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-04T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944094#M114309</link>
      <description>Hi Nsi,&lt;BR /&gt;&lt;BR /&gt;Yes. You can use it to do incremental backups.&lt;BR /&gt;&lt;BR /&gt;Include the options -0 to -9 in your regular fbackup command to specify the level of increment. 0 is full backup. When you specify a higher number, it will look for the recent lowest level of backup and backups files only that got modified since then. You will need to ensure you use the same 'graph' file.&lt;BR /&gt;&lt;BR /&gt;Look at 'fbackup' man page for more information.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 04 Apr 2003 15:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944094#M114309</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-04-04T15:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944095#M114310</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In addition to the good answers above, remember that incremental backups only work if all the following conditions are true:&lt;BR /&gt;&lt;BR /&gt;* the directory for the dates file specified in the -d option (or /var/adm/fbackupfiles otherwise) already exists&lt;BR /&gt;&lt;BR /&gt;* you use the -u option&lt;BR /&gt;&lt;BR /&gt;* you use a graph file (in a fixed location), ie not using -i, -e options.  The location of the graph file is must be fixed as it is read from the dates file for comparison when you make the incremental backup.&lt;BR /&gt;&lt;BR /&gt;* the lower level backup completed successfully otherwise it won't have written to the dates file.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren</description>
      <pubDate>Fri, 04 Apr 2003 15:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2944095#M114310</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-04-04T15:43:39Z</dc:date>
    </item>
  </channel>
</rss>

