https://bugzilla.samba.org/show_bug.cgi?id=10381
Summary: --acls and --xattrs clash with --delete-missing-args Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: way...@samba.org ReportedBy: b...@stacken.kth.se QAContact: rsync...@samba.org When missing files are to be passed through to the receiver, the sender tries to get the ACL and xattrs even for a missing file. This obviously fails, the file is skipped, and the deletion doesn't happen. The attached patch fixes the problem minimally and protocol-compatibly by lower-level tweaking; ideally, the knowledge that st_mode == 0 means a missing file ought to be restricted to flist.c -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- 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