I want to keep two directories in sync but with a slight difference, I want the 'destination' directory to have lower case names only. I.e. any file in the source directory that has an upper case name (or any upper case characters in its name) I want copied to the destination directory with a lower case name.
I guess I can come up with solutions that need me to write a wrapper script of some sort for rsync but I was wondering if anyone has any ideas for a ready made solution.
This needs to be run as a cron job by the way.