Fastest way to move large folders to other folders ...?

What's the fastest way to move large folders (50GB+) to other large folders on an existing mount?

Tried using rclone mount to copy and paste in Windows Explorer but it's agonisingly slow ... 2/3/4 MB/sec. In other words, unuseable.

Is that normal?

My mount is as follows:

rclone mount --allow-other --dir-cache-time 24h --drive-chunk-size 128M --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off --vfs-cache-mode writes --write-back-cache --tpslimit 8 gcrypt:/ L: --config "H:\rclone\rclone.conf"

You'll probably be better off using rclone copy - exactly what do you wish to copy to where?

Thanks for the reply. I've just noticed that the newest fork of RcloneBrowser has a 'move' tab :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.