https://bugzilla.samba.org/show_bug.cgi?id=5079
Summary: rsync: failed to open "/path/to/file", continuing: Permission denied (13) Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] In the event that rsync encounters a file on the receiving end that it cannot read, it will treat the file as if it is empty, try to replace it, and issue the following message: rsync: failed to open "/path/to/file", continuing: Permission denied (13) However, even if it succeeds it will also issue this messages: rsync error: some files could not be transferred (code 23) at main.c(789) This leads the user (and any scripts checking the return code) to believe that the transfer has failed, when in fact it has succeeded. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html