This is a discussion on DO NOT REPLY [Bug 5426] New: --existing and default_perms_for_dir within the Rsync forums, part of the Networking and Network Related category; https://bugzilla.samba.org/show_bug.cgi?id=5426 Summary: --existing and default_perms_for_dir for non-existing directory Product: rsync Version: 2....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
https://bugzilla.samba.org/show_bug.cgi?id=5426
Summary: --existing and default_perms_for_dir for non-existing directory Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: avatar@hot.ee QAContact: rsync-qa@samba.org I am getting the following with rsync 2.6.9: > :~/tmp/rsync> mkdir a > :~/tmp/rsync> mkdir a/dir > :~/tmp/rsync> touch a/dir/file > :~/tmp/rsync> mkdir b > :~/tmp/rsync> rsync -r --existing a/ b > default_perms_for_dir: sys_acl_get_file(dir, SMB_ACL_TYPE_DEFAULT): No such file or directory, falling back on umask > rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9] -- 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. -- 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 |