DO NOT REPLY [Bug 3570] New: Rsync don't sync differential updates correctly on Solaris (Linux is fine)

samba-bugs at samba.org samba-bugs at samba.org
Thu Mar 2 06:29:08 GMT 2006


https://bugzilla.samba.org/show_bug.cgi?id=3570

           Summary: Rsync don't sync differential updates correctly on
                    Solaris (Linux is fine)
           Product: rsync
           Version: 2.6.6
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: critical
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: daleson at yahoo.com
         QAContact: rsync-qa at samba.org


Hi

I did the following simple test on Solaris platform to find out the rsync
didn't sync differential update of source file but instead transferred the
**whole** file.  It is working fine on Linux platform (tested on Redhat). 
Appreciate prompt assistance from anyone.. thanks

tested on rsync versions :
> rsync  version 2.6.5  protocol version 29
> rsync  version 2.6.6  protocol version 29


1) hudson% rsync --progress --stats -avz a.tar /tmp/
building file list ... 
1 file to consider
a.tar
      95647 100%    1.05MB/s    0:00:00  (1, 100.0% of 1)

Number of files: 1
Number of files transferred: 1
Total file size: 95647 bytes
Total transferred file size: 95647 bytes
Literal data: 95647 bytes
Matched data: 0 bytes
File list size: 64
File list generation time: 0.003 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 95044
Total bytes received: 42

sent 95044 bytes  received 42 bytes  190172.00 bytes/sec
total size is 95647  speedup is 1.01

2) hudson% rsync --progress --stats -avz a.tar /tmp/
building file list ... 
1 file to consider

Number of files: 1
Number of files transferred: 0
Total file size: 95650 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 64
File list generation time: 0.002 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 80
Total bytes received: 20

sent 80 bytes  received 20 bytes  200.00 bytes/sec
total size is 95650  speedup is 956.50


3) hudson% echo aa>>a.tar
hudson% rsync --progress --stats -avz a.tar /tmp/
building file list ... 
1 file to consider
a.tar
      95650 100%    1.07MB/s    0:00:00  (1, 100.0% of 1)

Number of files: 1
Number of files transferred: 1
Total file size: 95650 bytes
Total transferred file size: 95650 bytes
Literal data: 95650 bytes
Matched data: 0 bytes
File list size: 64
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 95047
Total bytes received: 42

sent 95047 bytes  received 42 bytes  190178.00 bytes/sec
total size is 95650  speedup is 1.01


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list