So I currently have a script which will go through the source directory, rename all of the files to all upper or all lower case, and then run rsync. Otherwise, rsync will try to copy some files every time, even though they haven't changed. (for obvious reasons - it thinks the filenames don't match)
It would make my life, scripts, and portability much easier if there was an option for rsync to treat files with the same name, ignoring case, to be treated as a filename match.
This seems like something that would be useful for the several other platforms which do store case, but ignore it for OS file matches.
(I did look around for any other references to this idea before I posted)
thanks, -ethan
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html