https://bugzilla.samba.org/show_bug.cgi?id=8252
           Summary: files difference
           Product: rsync
           Version: 3.0.8
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: raherh at gmail.com
         QAContact: rsync-qa at samba.org
Created attachment 6606
  --> https://bugzilla.samba.org/attachment.cgi?id=6606
example file to compare
No difference seen between two files but diff is positive.
It's impossible to include two files, so the contents of config.2 is below.
command:
rsync -Cavzin config.1 config.2
output:
-bash-3.00# rsync -Cavzin config.1 config.2
sending incremental file list>f..t...... config.1
sent 51 bytes  received 15 bytes  132.00 bytes/sec
total size is 80  speedup is 1.21 (DRY RUN)
config.2:
# config
<parameters>
  proxy_traf           xxx
  #proxy_traf           xxxx
</parameters>
-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
https://bugzilla.samba.org/show_bug.cgi?id=8252
Wayne Davison <wayned at samba.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
--- Comment #1 from Wayne Davison <wayned at samba.org> 2011-06-22
16:05:15 UTC ---
As the itemized output indicates, the modify time isn't the same.  See the
--checksum option for one possible solution.  See also --size-only, but be
REALLY sure you know what you're doing if you use that.
-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
https://bugzilla.samba.org/show_bug.cgi?id=8252 --- Comment #2 from raherh at gmail.com 2011-06-24 12:33:57 UTC --- (In reply to comment #1)> As the itemized output indicates, the modify time isn't the same. See the > --checksum option for one possible solution. See also --size-only, but be > REALLY sure you know what you're doing if you use that.I know the time modified should be different but I would expect this output:>f.st...... config.1In config.1 the commented lines are number 1 and 3. In config.2 the commented lines are number 1 and 4. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
https://bugzilla.samba.org/show_bug.cgi?id=8252 --- Comment #3 from Wayne Davison <wayned at samba.org> 2011-07-04 21:48:35 UTC --- It's impossible to tell without the second file attached, but I assume the only difference is that the hash (#) moved, which means the size isn't different, so 's' shouldn't show up. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Apparently Analagous Threads
- [Bug 8508] New: out of memory in glob_expand_module
- [Bug 8053] New: Older C compilers don't allow in-line declarations flist.c:1653
- [Bug 8355] New: Use pointer after freeaddrinfo()
- [Bug 8471] New: The file of DBCS file name contains DBCS second byte of x'5C' cause error.
- [Bug 8201] New: rsync 3.0.8 destroys SELinux security context of symbolic links