On 3/11/07, Cédric Lucantis <[EMAIL PROTECTED]> wrote:

Le dimanche 11 mars 2007 14:43, L.V.Gandhi a écrit:
> When I copy files to vfat drives , filenames case is changed to lower
case.
> Is there any way to keep them as they are ie FileName as FileName
instead
> of filename or FILENAME as FILENAME instead of filename ?

I think this works:

tar -C /path/to/source -cf - . | ( cd /path/to/dest; tar -xf -; )

--
Cédric Lucantis


here also some files were copied as it is and some filenames were changed to
small letters.

--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042

Reply via email to