1
mirror of https://github.com/rclone/rclone synced 2024-12-02 11:53:45 +01:00
rclone/fs/sync
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
..
pipe_test.go sync: add a buffer for checks, uploads and renames #379 2018-08-17 17:58:00 +01:00
pipe.go sync: add a buffer for checks, uploads and renames #379 2018-08-17 17:58:00 +01:00
rc_test.go sync: add rc commands for sync/copy/move 2018-11-05 15:44:40 +00:00
rc.go copy/sync/move: add --create-empty-src-dirs flag - fixes #2869 2019-03-10 11:56:38 +00:00
sync_test.go filter: Make --files-from traverse as before unless --no-traverse is set 2019-04-12 17:16:49 +01:00
sync.go sync: Implement --suffix-keep-extension for use with --suffix - fixes #3032 2019-03-15 14:21:39 +00:00