Heu si rsync regarde le contenu, il decoupe le fichier en bloc et fait une checksum de chaque bloc pour savoir si l'un d'eux a changé sur la cible ou la source et ne transmet que les blocs modifiés. Enfin c'est ce qu'il me semblais et c'est ce que j'ai compris de l'article wikipedia.
"...The sender then sends the recipient those parts of its file that didn't match any of the recipient's blocks, along with assembly instructions on how to merge these blocks into the recipient's version to create a file identical to the sender's copy..."
[^] # Re: à chaque probleme sa solution
Posté par olebrun . En réponse au message synchroniser des modifications dans mon arborescence. Évalué à 1.
Sur http://en.wikipedia.org/wiki/Rsync :
"...The sender then sends the recipient those parts of its file that didn't match any of the recipient's blocks, along with assembly instructions on how to merge these blocks into the recipient's version to create a file identical to the sender's copy..."