[Bug 13820] rsync is not preserving ACLs

samba-bugs at samba.org samba-bugs at samba.org
Tue Mar 5 19:29:17 UTC 2019


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

--- Comment #2 from Paul Slootman <paul at debian.org> ---
I think the point Dinesh is trying to make is that rsync is removing ACLs from
the destination even though it's not asked to preserve the source's ACLs (which
don't exist).

I think the problem is that rsync creates a new file on the destination. The
same thing will happen to any other metadata such as group or owner, if you
don't use -g or -o (the group and owner will become the user transferring the
file).

Try using --inplace to update the existing file.

IMHO this is not a bug.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list