mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 10:03:17 +00:00
Before this fix, a dangling symlink was erroring the sync. It was writing an ERROR log and causing rclone to exit with an error. The List method wasn't returning an error though. This fix makes sure that we don't log or report a global error on a file/directory that has been excluded. This feature was first implemented in:a61d219bclocal: fix -L/--copy-links with filters missing directories Then fixed in:8d1fff9a8local: obey file filters in listing to fix errors on excluded files This commit also adds test cases for the failure modes of those commits. See #6376