Hi, I am using the following command:
rsync -avzuC --delete -e ssh --stats --progress someone@someware:/home/someone /home/someone The problem is now that all uppercase files and directorys are saved as lowercase. Example: TEST.TXT will be saved as test.txt On the next start of rsync all these files and dirs will be deleted and copied again. How can I change this? Thanks Andreas Rebenstorf