rclone/fs/operations
Nick Craig-Wood e7c20e0bce operations: make move and copy individual files obey --backup-dir
Before this change, when using rclone copy or move with --backup-dir
and the source was a single file, rclone would fail to use the backup
directory.

This change looks up the backup directory in the Fs cache and uses it
as appropriate.

This affects any commands which call operations.MoveFile or
operations.CopyFile which includes rclone move/moveto/copy/copyto
where the source is a single file.

Fixes #3219
2019-05-27 16:14:55 +01:00
..
dedupe_test.go dedupe: Use walk.ListR for listing commands. 2019-03-16 17:41:12 +00:00
dedupe.go dedupe: fix bug introduced when converting to use walk.ListR #2902 2019-03-17 11:01:20 +00:00
listdirsorted_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
lsjson.go lsjson, lsf: support showing the Tier of the object 2019-04-16 13:34:06 +01:00
multithread_test.go operations: enable multi threaded downloads - Fixes #2252 2019-05-11 23:35:19 +01:00
multithread.go operations: enable multi threaded downloads - Fixes #2252 2019-05-11 23:35:19 +01: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 operations: make move and copy individual files obey --backup-dir 2019-05-27 16:14:55 +01:00
operations.go operations: make move and copy individual files obey --backup-dir 2019-05-27 16:14:55 +01:00
rc_test.go fs/cache: factor Fs caching from fs/rc into its own package 2019-05-27 16:14:55 +01:00
rc.go rc: implement operations/publiclink the equivalent of rclone link 2019-03-17 09:41:31 +00:00
reopen_test.go operations: re-work reopen framework so it can take a RangeOption #2252 2019-05-11 23:35:19 +01:00
reopen.go operations: re-work reopen framework so it can take a RangeOption #2252 2019-05-11 23:35:19 +01:00