https://bugzilla.samba.org/show_bug.cgi?id=11726
Wayne Davison <way...@samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|rsync fails to copy |rsync fails to copy |directory containing |directory containing |ancestor symlink (..) |ancestor symlink with | |--copy-links --- Comment #5 from Wayne Davison <way...@samba.org> --- Keep in mind that "cp -r" doesn't dereference symlinks -- that takes their -L option (similar to rsync's --copy-links). If someone is copying a file tree and turning symlinks into real files/dirs, they should really know in advance what the symlinks are in order for the copy to be safe. Yes, we could stop looping with some additional checks. It might be worth it to at least not follow '.' and "..". -- 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