<?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 backup is backing up entire directory structure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backup-is-backing-up-entire-directory/m-p/4273955#M334677</link>
    <description>Glenn,&lt;BR /&gt;Thank you for your response.  I will try out this script. &lt;BR /&gt;Thanks again,&lt;BR /&gt;Cindy</description>
    <pubDate>Tue, 23 Sep 2008 12:46:10 GMT</pubDate>
    <dc:creator>Cynthia Sterle</dc:creator>
    <dc:date>2008-09-23T12:46:10Z</dc:date>
    <item>
      <title>fbackup - incremental backup is backing up entire directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backup-is-backing-up-entire-directory/m-p/4273953#M334675</link>
      <description>I am using fbackup to take a full system backup once a week to tape. In between the weekly backups, I would like to take daily incremental backups and store these to disk.&lt;BR /&gt;&lt;BR /&gt;The problem is the incremental backup is backing up the entire directory structure of the fileserver, even through there are no modified files in the directories.  So I have every directory on the server in the incremental backup but most directories are empty as there are no modified files in them.&lt;BR /&gt;&lt;BR /&gt;Shouldn't the incremental backup just be creating the directory structure of the files that have been modified?&lt;BR /&gt;&lt;BR /&gt;It makes it hard to see what files have changed.  Also, the size of the daily backup is huge, which prevent storing the daily backups on disk.  &lt;BR /&gt;&lt;BR /&gt;To verify this, I took a level 0 full backup, which was 91 GB.  Then right after it completed, I took a level 1 backup, which was 18 GB.  From comparing the two backup index files, the daily backup index file was almost entirely composed of folder structures.&lt;BR /&gt;&lt;BR /&gt;Is there a way to prevent fbackup from writing the entire directory structure when there are no file modifications within the directory?&lt;BR /&gt;Thanks,&lt;BR /&gt;Cindy</description>
      <pubDate>Mon, 22 Sep 2008 20:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backup-is-backing-up-entire-directory/m-p/4273953#M334675</guid>
      <dc:creator>Cynthia Sterle</dc:creator>
      <dc:date>2008-09-22T20:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup - incremental backup is backing up entire directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backup-is-backing-up-entire-directory/m-p/4273954#M334676</link>
      <description>Here is what I used to use on my workstation. I hope it helps.&lt;BR /&gt;&lt;BR /&gt;#####################################################################&lt;BR /&gt;# &lt;BR /&gt;# Setup for Daily incrementals&lt;BR /&gt;#&lt;BR /&gt;#####################################################################&lt;BR /&gt;Monday|Tuesday|Wednesday|Thursday|Friday )&lt;BR /&gt;&lt;BR /&gt;   case "$today"&lt;BR /&gt;   in&lt;BR /&gt;   Monday )&lt;BR /&gt;      level=1 ;;&lt;BR /&gt;   Tuesday )&lt;BR /&gt;      level=2 ;;&lt;BR /&gt;   Wednesday )&lt;BR /&gt;      level=3 ;;&lt;BR /&gt;   Thursday )&lt;BR /&gt;      level=4 ;;&lt;BR /&gt;   Friday )&lt;BR /&gt;      level=5 ;;&lt;BR /&gt;   esac&lt;BR /&gt;&lt;BR /&gt;# Perform the daily incrementals&lt;BR /&gt;   echo "Beginning Daily backup on "$hn" ...from Backup script." &amp;gt; $today&lt;BR /&gt;   echo `date +%c` &amp;gt;&amp;gt; $today&lt;BR /&gt;   echo " " &amp;gt;&amp;gt; $today&lt;BR /&gt;&lt;BR /&gt;   /usr/sbin/fbackup -$level -u -v -g /my_backups/system.daily -I /my_backups/backup.logs/backup_log.incr -c /my_backups/backup.logs/backup.conf -d /my_backups/backup.logs/backup.dates -f /dev/rmt/c0t3d0BEST 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;   if [ $? -eq 0 ]&lt;BR /&gt;   then&lt;BR /&gt;      echo "Daily Backup Completed" &amp;gt;&amp;gt; $today&lt;BR /&gt;   else&lt;BR /&gt;      echo "Daily Backup Failed" &amp;gt;&amp;gt; $today&lt;BR /&gt;   fi&lt;BR /&gt;&lt;BR /&gt;   echo " " &amp;gt;&amp;gt; $today&lt;BR /&gt;   echo "Ending Daily backup on "$hn" ...from Backup script." &amp;gt;&amp;gt; $today&lt;BR /&gt;   echo `date +%c` &amp;gt;&amp;gt; $today&lt;BR /&gt;   echo " " &amp;gt;&amp;gt; $today&lt;BR /&gt;   cp /my_backups/backup.logs/backup_log.incr /my_backups/backup.logs/incrementals/backup.$day&lt;BR /&gt;   elm -s "Daily backup results" root@$hn &amp;lt; $today&lt;BR /&gt;&lt;BR /&gt;# Eject todays tape&lt;BR /&gt;   mt -t /dev/rmt/c0t3d0BEST offl&lt;BR /&gt;&lt;BR /&gt;;;</description>
      <pubDate>Tue, 23 Sep 2008 01:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backup-is-backing-up-entire-directory/m-p/4273954#M334676</guid>
      <dc:creator>Glenn S. Davidson</dc:creator>
      <dc:date>2008-09-23T01:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup - incremental backup is backing up entire directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backup-is-backing-up-entire-directory/m-p/4273955#M334677</link>
      <description>Glenn,&lt;BR /&gt;Thank you for your response.  I will try out this script. &lt;BR /&gt;Thanks again,&lt;BR /&gt;Cindy</description>
      <pubDate>Tue, 23 Sep 2008 12:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-incremental-backup-is-backing-up-entire-directory/m-p/4273955#M334677</guid>
      <dc:creator>Cynthia Sterle</dc:creator>
      <dc:date>2008-09-23T12:46:10Z</dc:date>
    </item>
  </channel>
</rss>

