Rob Shepherd wrote:
> Hi BackupPC users,
>
> Just to bolster my understanding of BackupPC's behaviour....
>
> How are incrementals performed when using rsync?
>
> Rsync has it's own method of transferring 'increments' back to the 
> server.  I assume these are exploited and not ignored by BackupPC.
>
>   

 From rsync's perspective, all transfers are incremental.  The best way 
to understand
the difference in how backuppc does an increment vs. full with rsync is 
to look
at the arguments that are passed.   During an incremental,  if the timestamp
and file sizes match the existing copy, nothing is transferred.  During 
a full,
block checksum compares are done, and the completed full becomes the
comparison point for the next run.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to