Displaying 1 result from an estimated 1 matches for "alvv".
Did you mean:
alva
2007 May 08
1
rsync fails to sync files
...819105 Apr 2 10:48 somefile.exe*
Destination:
md5sum:
72c116866a75f859a19a150216768e52 somefile.exe
sha1sum:
33b7d91fc6bd2a5bff292258c7d6eeb7db0aec8a somefile.exe
ls -l:
-rwxrw---- 1 user group 109819105 2007-04-02 10:48 somefile.exe*
rsync is executed from the source with following flags:
-alvv --delete --exclude-from=file
where 'file' includes three lines:
/upload
/upload/*
upload/
rsync itself says about somefile.exe:
somefile.exe is uptodate
As you can see, md5sums and sha1sums reveal that the file is not the
same, even though timestamps and sizes match.
What is the exa...