https://bugzilla.samba.org/show_bug.cgi?id=11572
Wayne Davison <way...@samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #12 from Wayne Davison <way...@samba.org> --- This is the sort of discussion that would be a better fit on the mailing list: https://rsync.samba.org/lists.html As for the "--debug 2015" option, that is currently being taken as a short-hand for "--debug ALL2015" (level 2015 for all categories), which I will change to produce an error. The wrong perms on the directories are indeed caused by you interrupting the transfer. You can avoid that early-creation idiom by either using -O (--omit-dir-times) but ONLY in 3.1.1 or later, OR by specifying --no-recursive in any 3.x version. -- 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