1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-19 04:47:54 +02:00
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
..
2019-04-30 14:12:18 +02:00
2019-04-30 14:12:18 +02:00
2019-04-30 14:12:18 +02:00
2019-04-30 14:12:18 +02:00
2018-08-21 10:58:59 +01:00
2019-02-07 16:42:26 +00:00
2019-02-16 14:38:07 +00:00
2019-04-30 14:12:18 +02:00
2019-04-30 14:12:18 +02:00
2019-04-13 13:08:37 +01:00
2019-04-15 21:49:58 +01:00