rclone/backend/chunker
Nick Craig-Wood 8b8156f7c3 chunker,compress,crypt,hasher,union: fix rclone move a file over itself deleting the file
This fixes the Root() returned by the backend when it has returned
fs.ErrorIsFile.

Before this change it returned a root which included the file path.

Because Root() was wrong this caused the detection of the file being
moved over itself check to fail.

This adds an integration test to check it for all backends.

See: https://forum.rclone.org/t/rclone-move-chunker-dir-file-chunker-dir-deletes-all-file-chunks/43333/
2024-01-05 16:19:19 +00:00
..
chunker.go chunker,compress,crypt,hasher,union: fix rclone move a file over itself deleting the file 2024-01-05 16:19:19 +00:00
chunker_internal_test.go rcat: preserve metadata when Copy falls back to Rcat 2022-11-10 12:04:35 +00:00
chunker_test.go features: add new interfaces OpenChunkWriter and ChunkWriter #7056 2023-08-12 17:55:01 +01:00