In case cygwin was doing some filename mapping, I tried it in cmd:

C:\DOCUME~1\ADMINI~1>cd t

C:\DOCUME~1\ADMINI~1\t>dir
 Volume in drive C has no label.
 Volume Serial Number is 5CC0-9DEE

 Directory of C:\DOCUME~1\ADMINI~1\t

08/24/2005  08:54 AM    <DIR>          .
08/24/2005  08:54 AM    <DIR>          ..
               0 File(s)              0 bytes
               2 Dir(s)  28,321,488,896 bytes free

C:\DOCUME~1\ADMINI~1\t>edit .dotfile

C:\DOCUME~1\ADMINI~1\t>del .dotfile

C:\DOCUME~1\ADMINI~1\t>dir
 Volume in drive C has no label.
 Volume Serial Number is 5CC0-9DEE

 Directory of C:\DOCUME~1\ADMINI~1\t

08/24/2005  08:54 AM    <DIR>          .
08/24/2005  08:54 AM    <DIR>          ..
               0 File(s)              0 bytes
               2 Dir(s)  28,321,488,896 bytes free

C:\DOCUME~1\ADMINI~1\t>echo dot >.dotfile

C:\DOCUME~1\ADMINI~1\t>dir
 Volume in drive C has no label.
 Volume Serial Number is 5CC0-9DEE

 Directory of C:\DOCUME~1\ADMINI~1\t

08/24/2005  08:55 AM    <DIR>          .
08/24/2005  08:55 AM    <DIR>          ..
08/24/2005  08:55 AM                 6 .dotfile
               1 File(s)              6 bytes
               2 Dir(s)  28,321,488,896 bytes free

C:\DOCUME~1\ADMINI~1\t>type .dotfile
dot

C:\DOCUME~1\ADMINI~1\t>del .dotfile

C:\DOCUME~1\ADMINI~1\t>ver

Microsoft Windows XP [Version 5.1.2600]

C:\DOCUME~1\ADMINI~1\t>

73,

Tim Conway
Unix System Administration
Contractor - IBM Global Services - ODCS
desk:3039240938
[EMAIL PROTECTED]



"Brent Blayney" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

08/24/2005 06:40 AM

To
<rsync@lists.samba.org>
cc
Subject
Linux to Windows





 I'm sure, too.  Apparently, you can't start a filename with a period in
Win, either, as my previous examples showed.

1120817285.22306_0.mail (works fine)
.1124450874.30945_0.mail (reports 0KB)
.1123700716.P14142Q0M23.mail (reports 0KB)
.1087907444.7006_1.mail.domain.com,U=1,W=42566 (reports 0KB)

Is it possible for Cygwin to emulate an ext2 or ext3 partition on the NTFS
drive?  The other idea I had was to have a dual-bootsystem and actually back
up when booted in Linux, but obviously this seriously complicates the
automation process.> Yep. I'm sure.

> There's no colon's in your filenames there.

> Can't have these characters in a filename:
> \ / : * ? " < > |

> -john

> David Filion wrote:

> John Jablonski wrote:
>
>> Thing is, it's not an rsync problem. It's a windows filesystem
>> problem. Or at least a windows problem of some sort.
>>
>> You can't have a file called:
>> 1124816518.8634_2.mailbox:2,S
>
> Sure about that?
>
> 1115996480.12736_4.ritalin.autolinq.com,S=7399_2,S
>
> No problem on NTFS or fat32.  These were extracted from a tar, not
> directly created using rsync though.
>

--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to