Hello all,
I am using rsync 2.6.3 on RH 9 Linux systems. I think everytime I run the rsync command, all the files get transferred even if they haven't changed.
Rsync is running as a daemon on my server. Below is the /etc/rsycnd.conf from my server:
[ftpscript]
path=/home/gab/ftpscript
comment=My FtpScript
list=yes
On my client I use the following command:
/usr/local/bin/rsync --verbose --progress --stats --recursive --links --perms --compress 10.X.X.X::ftpscript/ /home/g/test
I pasted output of my rsync command below. The FAQ mentioned people thinking files were transferred every time when in reality only permissions or group were being updated. When I compare the files on my client & server, the permissions, owner & group are the same.
What am I missing? Why is every file being transferred every time?
Thanks! GJ
output of rsync command: receiving file list ... 8 files to consider 1.cpp 50 100% 48.83kB/s 0:00:00 (1, 25.0% of 8) 2.cpp 702 100% 685.55kB/s 0:00:00 (2, 37.5% of 8) 3.cpp 2211 100% 2.11MB/s 0:00:00 (3, 50.0% of 8) 4.cpp 3258 100% 3.11MB/s 0:00:00 (4, 62.5% of 8) 5.cpp 3723 100% 1.78MB/s 0:00:00 (5, 75.0% of 8) 6.cpp 1802 100% 879.88kB/s 0:00:00 (6, 87.5% of 8) junk 0 100% 0.00kB/s 434:13:07 (7, 100.0% of 8)
Number of files: 8 Number of files transferred: 7 Total file size: 11746 bytes Total transferred file size: 11746 bytes Literal data: 0 bytes Matched data: 11746 bytes File list size: 116 Total bytes sent: 328 Total bytes received: 427
sent 328 bytes received 427 bytes 1510.00 bytes/sec total size is 11746 speedup is 15.56
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html