samba-bugs@samba.org
2007-Nov-25 06:31 UTC
DO NOT REPLY [Bug 5104] New: network copy issues involving filenames ending with a period
https://bugzilla.samba.org/show_bug.cgi?id=5104 Summary: network copy issues involving filenames ending with a period Product: rsync Version: 2.6.9 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: vespira@gmail.com QAContact: rsync-qa@samba.org I have two macintoshes, one running 10.4 and the other running 10.5. I have tested both the stock rsync 2.6.3 and the 2.6.9 versions from macports. The problem is easily reproduced by trying to sync a directory which has a name ending in a period. Performing a local rsync (same machine) results in no problems. However when attempting to rsync from either mac to my linux server (running rsync 2.6.9) the file names get changed. If, for instance, a directory is named TEST_1. and it is rsyncd over the network, the resulting filename created on the linux server becomes something like TBI9NE~4 The problem only happens when the file is being created on the linux server (running gentoo 2007.0). When the file correctly renamed and sent back to the macs, all is well. If the file ending in a period is a file, rather than a directory, it is simply not copied. No existence detected on the server. I have searched the bugs here as well as on google and have not found anything resembling this issue. Is this possibly a bug with rsync, or is it simply a matter of neglecting the proper command line options. I was syncing with rsync -av source user@destinationhost/directory -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Jan-12 17:54 UTC
DO NOT REPLY [Bug 5104] network copy issues involving filenames ending with a period
https://bugzilla.samba.org/show_bug.cgi?id=5104 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #1 from wayned@samba.org 2008-01-12 11:54 CST ------- Rsync doesn't care about filenames, but some filesystem may treat a trailing period as a lack of a filetype and not a significant character (old FAT filesystems were like that). The destination filename cited looks like such a munged filename, perhaps on a samba filesystem. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.