<div dir="ltr"><div>tested with 3.07 and 3.1 with --ignore-case patch applied</div><div><br></div><div>cd /tmp</div><div>mkdir -p a/b/c/d/e/f</div><div>mkdir -p A/b/C/D/e/F</div><div>add some files to a/b/c/d/e/f/</div><div>

rsync -r --ignore-case a/ A/</div><div>>> creates b/c/d/e/f/<files></div><div><br></div><div>Why is it not ignoring case?  I expect it to add all files in 'f' to 'F'</div></div>