mirror of
https://github.com/rclone/rclone.git
synced 2024-12-25 00:19:13 +01:00
e59dc81658
What was happening is that when Move was implemented as Copy + Delete, MoveFile was seeing the files didn't need transferring (because they were identical) then deleted the source. The fix uses Move instead and patches onedrive to disallow a case folded identical copy (which errors with 500 error) |
||
---|---|---|
.. | ||
api | ||
onedrive_test.go | ||
onedrive.go | ||
replace_test.go | ||
replace.go |