mirror of
https://github.com/rclone/rclone.git
synced 2024-12-14 19:21:58 +01:00
2347762b0d
Before this change if a file was uploaded through a mount, then deleted externally, trying to upload that file again could give EEXIST "file already exists". This was because the file already existing in the cache was confusing rclone into thinking it already had the file. The fix is to check that if rclone has a stale cache file then to ignore it in this situation. See: https://forum.rclone.org/t/rclone-cant-reuse-filenames/20400 |
||
---|---|---|
.. | ||
test_vfs | ||
vfscache | ||
vfscommon | ||
vfsflags | ||
vfstest | ||
dir_handle_test.go | ||
dir_handle.go | ||
dir_test.go | ||
dir.go | ||
errors_test.go | ||
errors.go | ||
file_test.go | ||
file.go | ||
help.go | ||
make_open_tests.go | ||
open_test.go | ||
rc_test.go | ||
rc.go | ||
read_test.go | ||
read_write_test.go | ||
read_write.go | ||
read.go | ||
vfs_case_test.go | ||
vfs_test.go | ||
vfs.go | ||
vfstest_test.go | ||
vstate_string.go | ||
write_test.go | ||
write.go |