No incremental copies to localhost

Wayne Davison wayned at samba.org
Thu Feb 24 15:56:37 GMT 2005


On Thu, Feb 24, 2005 at 03:45:19PM +0200, Alexander Polson wrote:
> Each time I get something like:
> 
> wrote 51751332 bytes  read 135874 bytes  437866.72 bytes/sec
> total size is 51761152  speedup is 1.00

As long as the file's modification time and size are identical on the
source and destination, the files will not be copied.  So, as long as
you're preserving the file's time (via -a or -t), all should be well.
So the first thing to look into is listing those attributes on both
sides and seeing if they match (you should list the mod-time down to
the second if you want to see if they really match).

You can also try the --modify-window=1 if the problem is that the
timestamps on the receiving side are off-by-one from the sending side.

..wayne..


More information about the rsync mailing list