rclone/fs/operations
Nick Craig-Wood c5ac96e9e7 Make --files-from only read the objects specified and don't scan directories
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).
2018-10-20 18:13:31 +01:00
..
dedupe_test.go dedupe: Add dedupe largest functionality - fixes #2269 2018-04-26 16:21:07 +01:00
dedupe.go build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
listdirsorted_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
operations_internal_test.go operations: ignore size of objects when they are < 0 #320 2018-01-31 16:22:05 +00:00
operations_test.go Make --files-from only read the objects specified and don't scan directories 2018-10-20 18:13:31 +01:00
operations.go vfs: enable rename for nearly all remotes using server side Move or Copy 2018-09-29 14:56:20 +01:00