What happens if you do a "dry run", i.e. with the -n option? That way you
can tell if it's network-related.  I've found that network speed with
cygwin stuff is pretty sad.  For example, using Tridge's socklib network
speed test (bewdiful - thanks Tridge!), I get 2MB/s under Win2k+cygwin,
vs. 10MB/s under Linux, same box in both cases.

You might also try the -malign-double (or whatever the heck it
is) compile option.  I doubt this is relevant since you're using the -W
rsync option and hence not doing checksumming, but some of my unrelated
code is awful unless I specify the above.

Good luck.


On Thu, 22 Mar 2001, Dirk Markwardt wrote:

> Hello !
> 
> I want to do a backup of some Win98-Workstations to a Linux-Server. I
> compiled rsync for Windows using Cygwin 1.18 and the instructions in
> win95.txt. All worked fine, but it is terribly slow !!!
> 
> For testing purposes I took two machines, one with linux, the other
> with linux and win98. I want to sync the Windows-Partition of machine
> two with a directory of machine one. In this partition there are about
> 1.6 GB of data. The link is a 100 MBit Crossover-Cable.
> 
> Doing a
> 
> rsync --delete -arvW . one::rsynctest
> 
> with Win98 it takes 49 Minutes. The same command with linux takes only
> 16 Minutes. Why this ??? I certainly deleted the data on one before
> doing the second test.
> 
> Is there a way to speed up the Windows rsync ? Some Compiler-Options
> for Cygwin-gcc or even the Cygwin-dll. Or is there a way to compile
> rsync with Microsoft Visual C++ 6.0 ?
> 
> It would be nice if someone could give me some hints !
> 
> Thanks in advance !
> 
> Dirk
> 
> -- 
> Best regards,
> Dirk Markwardt                         mailto:[EMAIL PROTECTED]
> 
> 
> 
> 

--
Robert Scholten                   Tel:   +61 3 8344 5457  Mob: 0412 834 196
School of Physics                 Fax:   +61 3 9347 4783
University of Melbourne           email: [EMAIL PROTECTED]
Victoria 3010  AUSTRALIA          http://www.ph.unimelb.edu.au/~scholten


Reply via email to