You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently symlinks support in master comes with a broken move support.
It allow to copy different files that would be seen identical (regular file.ext and symlink file.ext.rclonelink) into the same folder.
See #6337 (comment)
There are test cases for these which are currently skipped.
Recently symlinks support in master comes with a broken move support.
It allow to copy different files that would be seen identical (regular file.ext and symlink file.ext.rclonelink) into the same folder.
See #6337 (comment)
There are test cases for these which are currently skipped.
rclone/vfs/vfstest/file.go
Lines 235 to 237 in 0988fd9
rclone/vfs/vfstest/file.go
Lines 252 to 254 in 0988fd9
rclone/vfs/vfstest/file.go
Lines 269 to 271 in 0988fd9
rclone/vfs/vfstest/file.go
Lines 286 to 288 in 0988fd9
When done, remove the caveat in the docs added by 0ce2e12
Demo (by ncw)
Then this - looks fine
The underlying remote looks OK too
Now create a file with the same name
BUT this has created a duplicate file in the underlying remote - the symlink should have been overwritten by the file.
The text was updated successfully, but these errors were encountered: