Files
rclone/fs/filter
Nick Craig-Wood 82c899e39c filter: fix --files-from copy stopping at the first unreadable file
Before this change, with --files-from and --no-traverse, a single file
that could not be read (for example permission denied) stopped all the
other files in the list being copied.

This happened because the error was returned from the listing, which
caused the whole source listing to be discarded.

This change counts and logs such per-file errors and carries on, so the
readable files are still copied and rclone exits with a non-zero error
code.

Fixes #9115

(cherry picked from commit 9ab8e4724a)
2026-07-08 16:40:00 +01:00
..
2025-02-28 11:31:14 +00:00