[Bug 8336] --implied-dirs should include the file-list root by default

samba-bugs at samba.org samba-bugs at samba.org
Mon Aug 8 04:29:55 MDT 2011


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

--- Comment #6 from andras.porjesz at ericsson.com 2011-08-08 10:29:54 UTC ---
and also, using the /a/sourcedir/././something syntax and a non-existent
/a/sourcedir will not work as planned.
rsync will create /a/sourcedir, but instead of setting the original owner/group
of the directory . it is set by the user/group who started the rsync process.

on sender side
drwxr-xr-x  42 71262    8092  sourcedir
id
uid=32504 gid=16019

on receiver side the new sourcedir
drwxrwxr-x   3 32504    16019 

the rsync command was:
/usr/local/bin/rsync -azhh --relative --stats --numeric-ids
--link-dest=/a/sourcedir   /view/sourcedir/././some/dir/to/transfer
ip::module/a/sourcedir

I think there is a bug here....

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list