<div dir="ltr"><div>Hello,<br><br></div>I have a weird issue with rsync randomly 
marking some files as having a different checksum (see sample outputs 
below - run one after another). You would think it is some kind of 
corruption / io problem with the files but it doesn't seem so - I have 
copied files around, changes source to different machines, counted md5s 
manually 100s of times - always the same. All files except config.php 
are the same (the same md5). I have tried with and without 
--checksum-seed option. The same files are always affected (randomly 
listed as changed or not). Do you have any idea how to debug it? Would 
there be a way in rsync to show me checksums it calculated on both ends 
for example?<br>
<div><br>The version on source:<br>$ rsync --version <br>rsync  version 3.0.9  protocol version 30<br>Copyright (C) 1996-2011 by Andrew Tridgell, Wayne Davison, and others.<br>Web site: <a href="http://rsync.samba.org/">http://rsync.samba.org/</a><br>
Capabilities:<br>    64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,<br>    socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,<br>    append, ACLs, xattrs, iconv, symtimes<br><br>The version on a target:<br>
rsync --version<br>rsync  version 3.0.7  protocol version 30<br>Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.<br>Web site: <a href="http://rsync.samba.org/">http://rsync.samba.org/</a><br>Capabilities:<br>
    64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,<br>    socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,<br>    append, ACLs, xattrs, iconv, symtimes<br><br>tomasz@tt:/tmp$ rsync -n -i -r -l -c --checksum-seed=1 --delete ./ $SERVER:/storage/vhosts/$DOMAIN/dev/www.NEW | grep -v '<f\.\.T\.\.\.\.\.\.' <br>
<fcsT...... config.php<br><fc.T...... filter/activitynames/filter.php<br>
<fc.T...... filter/activitynames/lang/en/filter_activitynames.php<br><fc.T...... filter/algebra/AlgParser.pm<br><fc.T...... filter/algebra/<a href="http://algebra2tex.pl" target="_blank">algebra2tex.pl</a><br><fc.T...... filter/algebra/algebradebug.php<br>

<fc.T...... filter/algebra/filter.php<br><fc.T...... filter/algebra/pix.php<br><fc.T...... filter/algebra/lang/en/filter_algebra.php<br><fc.T...... filter/censor/filter.php<br><fc.T...... filter/censor/filtersettings.php<br>

<br>tomasz@tt:/tmp$ rsync -n -i -r -l -c --checksum-seed=1 --delete ./ 
$SERVER:/storage/vhosts/$DOMAIN/dev/www.NEW | grep -v 
'<f\.\.T\.\.\.\.\.\.' <br><fcsT...... config.php<br><br><br></div><div>cheers,<br></div>Tomek</div>