On Mon, Sep 06, 2010 at 09:53:02AM +0100, Mark Rogers wrote:
On 04/09/10 10:26, Chris G wrote:
Yes, but that stops rsync working. I want to synchronize a directory full of files with uppercase/mixed names with a directory having the same files with all lowercase names
I'm not sure I have quite understood the use case but have you looked at ciopfs? http://www.brain-dump.org/projects/ciopfs/
This is a FUSE-based file system that maps mixed case files to lower case and allows access to files on the filesystem in a case-insensitive way.
That might well do what I want, thanks for the pointer.