[Bug 2831] rsync tries to create "." directory

samba-bugs at samba.org samba-bugs at samba.org
Thu Jun 30 17:01:21 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2831


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From wayned at samba.org  2005-06-30 10:01 -------
Please double-check the rsync version on both ends of the transfer.  I can
duplicate the bug with the args you mention back in 2.5.7 and 2.6.0, but not in
2.6.1 or newer -- at least, not without adding either --no-implied-dirs or
--exclude='*/'.  The difference is that newer rsyncs prefer to use the path
/etc/ rather than /etc/./, , and it is the trailing . dir that tickles the bug
(due to create_directory_path() creating the actual directory itself instead of
just the path through the parent directory).

In any case, the just-attached patch fixes the problem in the CVS version.

-- 
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.


More information about the rsync mailing list