<font size=2 face="sans-serif">I have been using backuppc (rsync protocol)
to backup up a Linux web server onto a local server for a number of years.
&nbsp;I recall that data volumes were quite low (about 40MB), regardless
of whether I was doing full or incremental backups. &nbsp;I recently switched
to both a new web server and backuppc server. &nbsp;Early morning traffic
volumes when backuppc runs are much higher than expected - I have seen
volumes as high as 450MB. &nbsp;Full backups appear to drive particularly
high volumes, although an incremental backup after cloning a bunch of MediaWiki
installations also transferred large amounts of data. &nbsp;As far as I
can tell, backuppc itself seems to be working fine and reports that the
most files are identical to already backed up files. &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">Many things have changed. &nbsp;I am
backing up a virtual private server with more files. &nbsp;The backup server
is a 'plug computer' with an ARM processor running Ubuntu 9.04, backuppc
3.1.0 and rsync 3.0.5. &nbsp;The web server is running CentOS 5 with rsync
2.6.9. &nbsp;Unfortunately, the old web and backup servers are no longer
available. &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">I enabled verbose logging and itemized-changes
and ran two full backups. &nbsp;Both logs showed a large number of &nbsp;entries
similar to the following. &nbsp;If I read the line correctly, these files
were transferred, the type is a file, and the remaining attributes are
unknown (possible rsync mismatch). &nbsp;</font>
<br><tt><font size=1>2010/06/19 16:12:44 [7321] &lt;f????????? vault_scripts/phplist/scripts/schema.sql</font></tt>
<br><tt><font size=1>2010/06/19 16:12:44 [7321] &lt;f????????? vault_scripts/phplist/scripts/upgrade-app.php</font></tt>
<br>
<br><font size=2 face="sans-serif">I upgraded the web server to rsync 3.0.5
but that does not appear to have reduced data volumes and the log file
entries are unchanged</font>
<br>
<br><font size=2 face="sans-serif">A 'du' on the web server indicates that
there are about 32MB of files. &nbsp;None of these files have changed recently.
&nbsp;Statistics at the end of the log:</font>
<br><tt><font size=1>2010/06/19 16:13:04 [7321] total: matches=8154 &nbsp;hash_hits=19066
&nbsp;false_alarms=26 data=8005565</font></tt>
<br><tt><font size=1>2010/06/19 16:13:04 [7321] sent 8248288 bytes &nbsp;received
143322 bytes &nbsp;total size 22385893</font></tt>
<br>
<br><font size=2 face="sans-serif">I am using default rsync options on
backuppc:</font>
<br><tt><font size=2>rsync --server --sender --numeric-ids --perms --owner
--group -D --links --hard-links --times --block-size=2048 --recursive .
/var/&lt;symlink&gt;/</font></tt>
<br>
<br><font size=2 face="sans-serif">Any suggestions on how I can debug this
problem? &nbsp;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Thanks,
Norbert<br>
<br>
</font>
<br>