Alain Content
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Right,
Renaming does not touch the file - it only changes the directory
modification date.
And you are absolutely right. Panther preserves case but is insensitive to
case in file names :
ls
>...
>-rw-r--r-- 1 ac ac 0 27 Dec 11:59 a file named ABC
filetest -e "a file named ABC"
> 1
filetest
he backup.
There is a workaround though :
rsync -av --delete ~/Desktop/Source/ ~/Desktop/Clone
>building file list ... done
>deleting a file named abc
>./
>a file named ABC
>wrote 181 bytes read 36 bytes 434.00 bytes/sec
>total size is 6148 speedup is 28.33
However, the behavior