BackupPC-users

Re: [BackupPC-users] What to do about long backup times on large partitions

2011-01-19 13:00:41
Subject: Re: [BackupPC-users] What to do about long backup times on large partitions
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Wed, 19 Jan 2011 11:58:58 -0600
On 1/19/2011 11:41 AM, Ed McDonagh wrote:
>
>>> Isn't someone going to mention checksum caching to save processing on
>>> the backup server side?
>>
>> Thanks for doing so. Perhaps you could explain?
>>

> http://backuppc.sourceforge.net/faq/BackupPC.html#rsync_checksum_caching
>
> Basically add --checksum-seed=32761 to both the RsyncArgs and the
> RsyncRestoreArgs.
>
> Without this option, each file on the backuppc side needs to be
> uncompressed and the checksums are calculated to send to the client for
> comparison. Therefore there is a lot of disk i/o and processor use
> without actually transferring any file data because nothing has changed.
>
> With this option, the checksums are cached on the server side, thus
> removing the disk i/o and processing. This still needs to take place on
> the client side, but without the decompression step.
>
> There is also a $Conf{RsyncCsumCacheVerifyProb} setting with a default
> value of 0.01, which means that 1% of the time the cache checksums are
> verified.

Note that this mostly affects full runs where the --ignore-times option 
is added so all files have the checksum comparison repeated.  Also, it 
won't have any affect until the 2nd or 3rd run after setting the option.

-- 
   Les Mikesell
    lesmikesell AT gmail DOT com


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/