1
mirror of https://github.com/rclone/rclone synced 2024-10-18 04:15:01 +02:00
rclone/fs/march
Nick Craig-Wood af05e290cf Fix --files-from without --no-traverse doing a recursive scan
In a28239f005 we made --files-from obey --no-traverse.  In the
process this caused --files-from without --no-traverse to do a
complete recursive scan unecessarily.

This was only noticeable in users of fs/march, so sync/copy/move/etc
not in ls/lsf/etc.

This fix makes sure that we use conventional directory listings in
fs/march unless `--files-from` and `--no-traverse` is set or
`--fast-list` is active.

Fixes #3619
2019-10-15 19:51:01 +01:00
..
march_test.go fstest: add precision to CompareItems so it works on non-local remotes 2019-08-17 10:30:38 +01:00
march.go Fix --files-from without --no-traverse doing a recursive scan 2019-10-15 19:51:01 +01:00