Mount option gdrive for large files

Hello,

I need to copy sometimes 100GB files to google drive account.
To mount my drive I use command:
rclone mount --no-checksum --no-modtime discxx: /home/xxx/xxx

Is there any flag which can help me speed improvement during upload or download?

For copying, it's better to use the copy command rather than using the mount as you can multi thread.

For uploading, you can increase the drive-chunk-size.

oh. Thanks, but I find it depends on the network speed and the type of gg account you are using.

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