mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
dfd0f4c5a4
This is a problem when syncing a file which just needed its modtime set with dropbox which can't set the mod time of a file without re-uploading it. Before this change we would delete the file, then the server side move would fail moving the file to the backup-dir because it no longer existed. After this change the destination file is moved to the backup-dir instead of being deleted and the new file is uploaded. Fixes #2134 |
||
---|---|---|
.. | ||
listdirsorted_test.go | ||
operations_internal_test.go | ||
operations_test.go | ||
operations.go |