Thiep Duong
2007-Oct-04 00:40 UTC
Any ide why it take long time to run from WinXP to Linux?
I am using rsync2.5.1 on winxp, to rsync about 6GB working directory to linux host via ssh. rsync /cygdrive/c/work -arvvze ssh.exe --delete \ odc4linux1.am.necel.com:/home2/duong/PC_Backup This should be an weekly update run, and it took over 2-hrs ..... work/weekly/2007/ work/weekly/2007/Thiep Status Report Apr-30-2007.doc work/weekly/2007/Thiep Status Report July-20-2007.doc work/weekly/2007/Thiep Status Report Mar-03-2007.doc work/weekly/Weekly Report Template.doc total: matches=420050 tag_hits=420767 false_alarms=111 data=555359304 wrote 530242949 bytes read 2551080 bytes 56701.33 bytes/sec total size is 7732580895 speedup is 14.51 PC system is connecting to 100Mb port, and linux system is connecting to 1000Mb (Cisco Switch) Anyone know why it take this long? Thanks. Thiep
Matt McCutchen
2007-Oct-06 17:15 UTC
Any ide why it take long time to run from WinXP to Linux?
On 10/3/07, Thiep Duong <Thiep.Duong@am.necel.com> wrote:> Anyone know why it take this long?Well, the simplest explanation is that more source data had changed than usual or someone renamed a large directory (which looks like a deletion + creation to rsync). There could be something else going on, but I have no idea what it might be from the information you gave. If the two machines have a really fast network connection, you could try --whole-file; that will use more network bandwidth in exchange for reducing CPU time and disk I/O. Matt