1
mirror of https://github.com/rclone/rclone synced 2024-11-11 09:30:44 +01:00
rclone/backend/local
Nick Craig-Wood 724120d2f3 local: make DirMove return fs.ErrorCantDirMove to allow fallback
Before this change `rclone move localdir /mnt/different-fs` would
error.  Now it falls back to moving individual files, which in turn
falls back to copying individual files across the filesystem boundary.
2018-02-26 12:55:05 +00:00
..
local_internal_test.go copy/move: detect file size change during copy/move - fixes #1250 2018-02-02 13:49:11 +00:00
local_test.go fstests: add TestInternal (#2085) 2018-02-25 10:58:06 +01:00
local.go local: make DirMove return fs.ErrorCantDirMove to allow fallback 2018-02-26 12:55:05 +00:00
read_device_other.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
read_device_unix.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
tests_test.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00