Krsnendu dasa wrote:
>
> So...
>
> With tar and smb the file is transfered then it is checked to see if
> it is the same as a file already in the pool. If it is already in the
> pool a link is created and the copied file is deleted.
>
> Whereas rsync checks if the file is the same as another in the pool
> before transferring?
>
> Have I understood correctly?
>   

Rsync doesn't check against all pooled files, it checks against the same 
filename in
the last backup run - which will be a link to the pooled file.   Then on 
incremental
runs it will assume the contents are identical and not transfer anything 
if the
file size and timestamps match.  On full runs and size/timestamp 
mismatches on
incrementals, it will then do a block-checksum comparison of the 
matching files
using the rsync algorithm which takes some time but not a lot of bandwidth.

-- 
  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