<?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 incremental backups all in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125179#M151871</link>
    <description>To find out if it's a syntax error, try doing a simple full and incremental backup:&lt;BR /&gt;&lt;BR /&gt;# fbackup -f home0 -0 -g graph_file&lt;BR /&gt;# fbackup -f home0 -1 -g graph_file&lt;BR /&gt;&lt;BR /&gt;OR, try doing simple bakcups from SAM (it's easy) and find out what's wrong with your syntax or the input files.</description>
    <pubDate>Thu, 20 Nov 2003 13:12:09 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2003-11-20T13:12:09Z</dc:date>
    <item>
      <title>fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125174#M151866</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I first make a full backup then I make an incremental backup. But the incremental backup saves all the full did. How come?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fbackup -f home0 -0 -g graph.incremental -d datum.incremental -I index0.incremen&lt;BR /&gt;tal&lt;BR /&gt;fbackup -f home1 -1 -g graph.incremental -d datum.incremental -I index1.incremen&lt;BR /&gt;tal&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 12:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125174#M151866</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-20T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125175#M151867</link>
      <description>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.&lt;BR /&gt;&lt;BR /&gt;Did you created it ?&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 12:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125175#M151867</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-11-20T12:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125176#M151868</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# ls -l /var/adm/fbackupfiles &lt;BR /&gt;total 2&lt;BR /&gt;-rwxr-----   1 root       sys            246 Nov 19 23:22 dates&lt;BR /&gt;&lt;BR /&gt;you see, it exists.&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 20 Nov 2003 12:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125176#M151868</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-20T12:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125177#M151869</link>
      <description>Although recent, when you specify the "-d filename" option the fbackup should use the alternate database files.&lt;BR /&gt;&lt;BR /&gt;Where are these files datum.incremental ?&lt;BR /&gt;&lt;BR /&gt;Quoting from "man fbackup"&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;Try putting everywhere absolute patchnames...&lt;BR /&gt;&lt;BR /&gt;   Massimo</description>
      <pubDate>Thu, 20 Nov 2003 12:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125177#M151869</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-11-20T12:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125178#M151870</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just want to figure out, whats wrong. The file is in the directory I start the fbackup. But strangely enough, it doesnt touch it.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ls -l&lt;BR /&gt;total 520&lt;BR /&gt;-rw-------   1 root       sys            246 Nov 19 23:22 datum.incremental&lt;BR /&gt;-rw-------   1 root       sys              8 Nov 20 17:07 graph.incremental&lt;BR /&gt;-rw-------   1 root       sys         130048 Nov 20 17:09 home0&lt;BR /&gt;-rw-------   1 root       sys         130048 Nov 20 18:27 home1&lt;BR /&gt;-rw-------   1 root       sys           1645 Nov 20 17:09 index0.incremental&lt;BR /&gt;-rw-------   1 root       sys           1645 Nov 20 18:27 index1.incremental&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 13:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125178#M151870</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-20T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125179#M151871</link>
      <description>To find out if it's a syntax error, try doing a simple full and incremental backup:&lt;BR /&gt;&lt;BR /&gt;# fbackup -f home0 -0 -g graph_file&lt;BR /&gt;# fbackup -f home0 -1 -g graph_file&lt;BR /&gt;&lt;BR /&gt;OR, try doing simple bakcups from SAM (it's easy) and find out what's wrong with your syntax or the input files.</description>
      <pubDate>Thu, 20 Nov 2003 13:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125179#M151871</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-11-20T13:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125180#M151872</link>
      <description>Hello Michael,&lt;BR /&gt;&lt;BR /&gt;Refer to the fbackup(1M) manpage. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90008/00/01/111-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90008/00/01/111-toc.html&amp;amp;searchterms=fbackup&amp;amp;queryid=20031120-200955" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90008/00/01/111-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90008/00/01/111-toc.html&amp;amp;searchterms=fbackup&amp;amp;queryid=20031120-200955&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth</description>
      <pubDate>Thu, 20 Nov 2003 22:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125180#M151872</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2003-11-20T22:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125181#M151873</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;you forgot the -u option which updates the database! &lt;BR /&gt; &lt;BR /&gt;Without it all levels will cause a full backup, or will be related to the last update.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 21 Nov 2003 02:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125181#M151873</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2003-11-21T02:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125182#M151874</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Thierry is right!&lt;BR /&gt;&lt;BR /&gt;For example you should use&lt;BR /&gt;&lt;BR /&gt;-full backups:&lt;BR /&gt; &lt;BR /&gt;fbackup -f home0 -u0g graph -d datum.full -I index0.full&lt;BR /&gt; &lt;BR /&gt;-incremental backups:&lt;BR /&gt; &lt;BR /&gt;fbackup -f home1 -u1g graph -d datum.incremental -I index1.incremental&lt;BR /&gt;&lt;BR /&gt;and so on...&lt;BR /&gt;&lt;BR /&gt;graph file contains -i or -e options.&lt;BR /&gt;&lt;BR /&gt;Anyway the most important thing is -u option which creates and updates the database file (default is /var/adm/fbackupfiles/dates).&lt;BR /&gt;&lt;BR /&gt;For your info:&lt;BR /&gt;&lt;BR /&gt;************************************&lt;BR /&gt;Incremental saving&lt;BR /&gt; &lt;BR /&gt;The incremental backup is used for saving the data which has been modified&lt;BR /&gt;since the last full backup. This means that you do not always have to perform a&lt;BR /&gt;full backup with a long run time. The procedure for incremental backups is as&lt;BR /&gt;follows:&lt;BR /&gt; &lt;BR /&gt;Full backup specifying a graphfile and the parameters -0 and -u.&lt;BR /&gt;-u is used to enter the start and the end of the backup in the file dates. This&lt;BR /&gt;file will be required for later incremental backups. An entry is only made in&lt;BR /&gt;dates when the backup has been completed successfully.&lt;BR /&gt; &lt;BR /&gt;     /var/adm/fbackupfiles/dates&lt;BR /&gt; &lt;BR /&gt;Performing an incremental backup specifying the graphfile. You absolutely must&lt;BR /&gt;specify the same graphfile since otherwise the incremental backup produces a&lt;BR /&gt;full backup of the specified file system. This also means that the options -i&lt;BR /&gt;and -e must not be used.&lt;BR /&gt; &lt;BR /&gt;Fbackup reads during an incremental backup the specifications in dates and&lt;BR /&gt;compares these time stamps with each file:&lt;BR /&gt; &lt;BR /&gt;Fbackup saves the file if:&lt;BR /&gt;The file's modification date is after the start of the last full backup entered&lt;BR /&gt;in the file dates with the same graphfile&lt;BR /&gt;************************************&lt;BR /&gt;&lt;BR /&gt;Of course it explains about /var/adm/fbackupfiles/dates, the default file but you can use another file with -d option (you already konw it ;-)). &lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Fri, 21 Nov 2003 06:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125182#M151874</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2003-11-21T06:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125183#M151875</link>
      <description>Hi Thierry,&lt;BR /&gt;&lt;BR /&gt;we have found out by ourselves in the meantime. We have forgotten the -u.&lt;BR /&gt;&lt;BR /&gt;thanks for all comments,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2003 09:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125183#M151875</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-21T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup incremental backups all</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125184#M151876</link>
      <description>Hi&lt;BR /&gt;The backup know info of the backup previous is the following conditoins are true:&lt;BR /&gt;1)the options -u is used&lt;BR /&gt;2)the options -i and -e is not used&lt;BR /&gt;3)the file of diagrams is used&lt;BR /&gt;4)The backup is OK&lt;BR /&gt;Regards&lt;BR /&gt;Bruno&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2003 09:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backups-all/m-p/3125184#M151876</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-11-21T09:37:26Z</dc:date>
    </item>
  </channel>
</rss>

