Displaying 1 result from an estimated 1 matches for "2ac4a4ad88da17f49d26c9e578ce5432".
2007 May 08
1
rsync fails to sync files
...e and
name, rsync fails to see that they are not exactly the same file.
The situation originates from copying a file to a place which is
periodically rsynced onwards, and the rsync coperation takes place before
the original file transfer to the rsync source is complete.
Example:
Source:
md5sum:
2ac4a4ad88da17f49d26c9e578ce5432 somefile.exe
sha1sum:
eaabb30b716e993be000b89208e2d9f63e78f052 somefile.exe
ls -l:
-rwxrw---- 1 user group 109819105 Apr 2 10:48 somefile.exe*
Destination:
md5sum:
72c116866a75f859a19a150216768e52 somefile.exe
sha1sum:
33b7d91fc6bd2a5bff292258c7d6eeb7db0aec8a somefile.exe
ls -l:
-rwxrw----...