Rclone mount with chunker

What is the problem you are having with rclone?

How to rclone mount with chunker to split the large file size automatically to speed up uploads

What is your rclone version (output from rclone version)

1.55.1

Which OS you are using and how many bits (eg Windows 7, 64 bit)

ubuntu 20.04

Which cloud storage system are you using? (eg Google Drive)

Jottacloud and google drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

I don't think chunker does parallel uploads as it would have to buffer chunks in memory to do that. This is an improvement we might make in the future though.

so the best way is to not mount but normal rclone copy --progress chunk: instead ?

Yes normal rclone copy is faster than using rclone mount to upload things.

hi,
rclone copy is more reliable than rclone mount due to the ability to perform low level retries.
is that correct?

rclone copy can do more retries, both high and low level. It is also tuned for parallel transfers and the integrity checking is better as it can read the original files on the filesystem.

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