1
mirror of https://github.com/rclone/rclone synced 2024-11-08 05:31:41 +01:00
rclone/fs/walk
Nick Craig-Wood a28239f005 filter: Make --files-from traverse as before unless --no-traverse is set
In c5ac96e9e7 we made --files-from only read the objects specified and
don't scan directories.

This caused problems with Google drive (very very slow) and B2
(excessive API consumption) so it was decided to make the old
behaviour (traversing the directories) the default with --files-from
and use the existing --no-traverse flag (which has exactly the right
semantics) to enable the new non scanning behaviour.

See: https://forum.rclone.org/t/using-files-from-with-drive-hammers-the-api/8726

Fixes #3102 Fixes #3095
2019-04-12 17:16:49 +01:00
..
walk_test.go walk: Implement walk.ListR which will use ListR if at all possible 2019-03-16 17:41:12 +00:00
walk.go filter: Make --files-from traverse as before unless --no-traverse is set 2019-04-12 17:16:49 +01:00