mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
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)