I have a huge number of small files to rsync to a Windows machine. Most of them transferred just fine, but every file with a colon couldn't be transferred because the filename is invalid on Windows.
Is there any practical hack-around that I could use to get those files regardless? For example, some rsync setting or some filename-escaping script that I could pipe rsync through?
^IIRC and if you are using Linux, I believe it is `\\`. I could be wrong. – alharaka Feb 4 '11 at 14:12;. – Dennis Williamson Feb 4 '11 at 15:33