Freitag, Rolf - 2010-04-10

> rsync will think that these are different files and therefore copy all files with differ
> ent inodes once again, even though they are the same.

rsync uses mod-time & size and not inode, but often the mod-times equal files are different, so also the mod-time often gets changed when the inode gets changed (by hard linking).
Using a "master-directory" would be possilbe, but currently i don't have anough time to do it.

But you can use rsync with the option --checksum, so mod-times (and inodes) are not checked by rsync.