mirror of
https://github.com/rclone/rclone.git
synced 2025-01-29 21:04:23 +02:00
137f7f62fb
This should be more efficient for the purposes of --fix-case, as operations.DirMove accepts `srcRemote` and `dstRemote` arguments, while sync.MoveDir does not. This also factors the two-step-move logic to operations.DirMoveCaseInsensitive, so that it is reusable by other commands.