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

--- Comment #2 from Paul Slootman <p...@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.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to