Bug 9107 - rsync auto rename .dat files to .exe
Summary: rsync auto rename .dat files to .exe
Status: NEW
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.7
Hardware: x64 Windows 7
: P5 major (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 20:17 UTC by grehe
Modified: 2013-12-25 20:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grehe 2012-08-21 20:17:21 UTC
I have some files that are .dat data files and some are .exe files which I renamed to .ex. But when rsync copies the files to the destination folder, it also renames them to "File.dat.ex" and "File.ex.exe" which causes synchronization issues on multiple machines. You can recreate this by rename any .exe file to .ex and run rsync on it.

I am using rsync from cwRsync on Windows 7 and I do not believe this bug have been fixed as I have searched bugzilla and changelogs to the newer versions.

Thanks
Grehe
Comment 1 roland 2013-12-25 20:42:22 UTC
please provide the output of a directory listing on the source and on the destination, it`s hard to believe that rsync renames files that way on transfer.  are you sure you have not been misled by windows filename extension hiding in windows explorer?