Poorer copy performance after version 1.63.1

Thanks.

@ncw
What are the difference between --dropbox-chunk-size and --multi-thread-chunk-size

My current/old flags is (copying from Dropbox to Google Drive): --fast-list --transfers 12 --checkers 12 --dropbox-chunk-size 128M --dropbox-batch-mode sync --tpslimit 8 --tpslimit-burst 8 --drive-chunk-size 128M

Great!

I'd probably try increasing --multi-thread-streams 32 the dropbox backend is very good at concurrency, though your files are about 20G so you might need to decrease --multi-thread-chunk-size 512M say to make sure rclone can make enough streams.

--dropbox-chunk-size is the default chunk size for dropbox uploads.

This thread is about downloading from dropbox. If a multi thread copy is being used for downloading from dropbox then --multi-thread-chunk-size will be used.

Is is almost certainly a bit low by default (64M) - hence the dramatic speed improvements making it larger.

Drive doesn't support multithread uploads so this thread is not relevant to that transfer. So what you have looks fine, though you could try increasing things to see if it goes faster.

1 Like

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