BackupPC-users

Re: [BackupPC-users] When do files get re-transferred?

2011-12-25 17:58:43
Subject: Re: [BackupPC-users] When do files get re-transferred?
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Sun, 25 Dec 2011 16:56:17 -0600
On Sat, Dec 24, 2011 at 8:48 PM, Rahul Amaram <rahul AT synovel DOT com> wrote:
>
> Generally when transferring data using rsync, it compares the remote
> files with the local files using some checksum algorithm and transfers
> it only when they are different. From what I know, comparison using the
> checksum uses only a fraction of the bandwidth required to transfer the
> whole file. So while Backuppc performs a full backup, does it compare it
> with the local file stored during previous full backup? Or just blindly
> copy the entire file.

Simple answer is that only the differences are transferred, even in full runs.

> Also, from your response, it seems that going with more frequent
> incremental backups is what you suggest. However is there any downside
> to this? For instance, let us say the full-backup is about 6 months old,
> and some file in it gets corrupted. Then will this be identified by the
> incremental backups?

Actually I recommend fairly frequent fulls, with the default weekly
being reasonable for most situations.   The details to consider if you
need additional tuning are that the comparison base defaults to the
last full, copying increasingly large differences with each subsequent
incremental. You can change it to merge previous incrementals for the
comparison with the $Conf{IncrLevels} setting.  Fulls take much longer
than incrementals to complete because they do a read and block
checksum comparison of all the data, but rsync does not use much
bandwidth for this.

-- 
   Les Mikesell
     lesmikesell AT gmail DOT com

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
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/