Anyone familiar with rsync on Windows?

Houdas

Member
Dec 18, 2006
745
19
18
I am trying to use rsync on Windows (in Cygwin), it works, files are transfered yada yada, but the problem is with line endings - I assume they get converted to unix (CRLF or how is it called) from Windows (\n?). The results is that the transfered files have every second line blank, so the file has double the number of lines, and every second line is empty.

The question is, how can I make rsync not to fuck up line endings?