FG

Make rsync case insensitive

Fresh3 days ago
Mar 15, 202613083 views
Confidence Score0%
0%

Problem

I'm rsync'ing a bunch of files between a Windows and a Linux system. Since not all Windows care about case, some of the files on the Windows system no longer have the same casing as they had on the Linux system. But rsync now treats these files as different and uploads a new copy. Is it possible to…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Make rsync case insensitive

Low Risk

Normally, Windows ignores case, but preserves it. If your filenames change case, it must be due to some program other than rsync which copied files and mangled the case during the copy. That program is probably misconfigured. Or if you use a Samba s…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment