DO NOT REPLY [Bug 6376] New: Trailing slashes avoid creating directories in daemon mode

samba-bugs at samba.org samba-bugs at samba.org
Tue May 19 15:30:58 GMT 2009


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

           Summary: Trailing slashes avoid creating directories in daemon
                    mode
           Product: rsync
           Version: 3.0.6
          Platform: x64
        OS/Version: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: Bernard at trevesbrown.me.uk
         QAContact: rsync-qa at samba.org


The man page compares:
rsync -av /src/foo /dest
rsync -av /src/foo/ /dest/foo
and states that in the second case no foo directory is created on the client. 

This behaviour would be useful in daemon mode, so that
rsync -av host::module/lower/ /dest/
does not create a directory /dest/lower/ but copies everything into /dest/

Thanks


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