cygwin rsync over ssh very slow
- by Waleed Hamra
I have 2 machines running Windows Xp SP3. I have cygwin installed on both, version 1.7. I have rsync and ssh installed on both, and configured using default settings as per ssh-host-config and ssh-user-config programs provided.
I moved the public keys into their respective locations, and basically ssh is working fine.
i began an rsync operation, using:
rsync -av --delete --hard-links local_dir username@other_machine:/some_dir
well... on both machines, the processor is running near idle, no heavy usage. I checked IO using process explorer on both machines, and that too is at normal levels (1~2 MB/s), so I can't see where the bottlenecks are, because network performance is aweful. I'm not going over 1MB/s... when a normal file copy using windows sharing achieves some ~10 MB/s..
What could be wrong?