--ignore-case option does not ignore pathname case?

John Pierman haqthat at gmail.com
Thu Jan 16 10:48:19 MST 2014


tested with 3.07 and 3.1 with --ignore-case patch applied

cd /tmp
mkdir -p a/b/c/d/e/f
mkdir -p A/b/C/D/e/F
add some files to a/b/c/d/e/f/
rsync -r --ignore-case a/ A/
>> creates b/c/d/e/f/<files>

Why is it not ignoring case?  I expect it to add all files in 'f' to 'F'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20140116/3a2fbf3b/attachment.html>


More information about the rsync mailing list