1
0
mirror of https://github.com/rclone/rclone.git synced 2026-03-01 02:41:11 +00:00
Files
rclone/vfs
Nick Craig-Wood 8f36afac89 vfs: check destination on rename and delete if it exists first FIXME needs tests
Some backends (eg onedrive) will throw an error if we rename over an
existing file and some (drive) will create a duplicate.

This patch checks to see if the destination exists and removes it or
returns an error as appropriate.

Fixes #4293
2020-07-22 13:10:16 +01:00
..
2019-04-15 21:49:58 +01:00
2020-06-30 12:03:39 +01:00