mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
c5ac96e9e7
Before this change using --files-from would scan all the directories that the files could possibly be in causing rclone to do more work that was necessary. After this change, rclone constructs an in memory tree using the --fast-list mechanism but from all of the files in the --files-from list and without scanning any directories. Any objects that are not found in the --files-from list are ignored silently. This mechanism is used for sync/copy/move (march) and all of the listing commands ls/lsf/md5sum/etc (walk). |
||
---|---|---|
.. | ||
walk_test.go | ||
walk.go |