[Bug 10448] Finish implementing the --ignore-case feature

samba-bugs at samba.org samba-bugs at samba.org
Thu Jul 16 13:44:37 UTC 2015


https://bugzilla.samba.org/show_bug.cgi?id=10448

--- Comment #2 from John Pierman <haqthat at gmail.com> ---
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'

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list