Speed with mounted GDrive and directly

What can be done to make the speed of the same?
Test conducted by commands:

root@moscow:~# rclone copy /var/www/user/data/fastdl.bz2 /user/backup_srv/mount/gdrive --p rogress
Transferred:        1.183G / 1.183 GBytes, 100%, 28.373 MBytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:        43.1s

root@moscow:~# rclone copy /var/www/user/data/fastdl.bz2 gdrive: --progress
Transferred:        1.183G / 1.183 GBytes, 100%, 35.100 MBytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:        35.1s
root@moscow:~#

OS: Debian 10
Ver. Rclone: 1.55.1

PS. Checked several times

Although with small files (2mb + -) the speed is almost the same.

Without knowing your mount command and rclone.conf, it's impossible to tell :frowning:

That's why we have the help and support template.

I run from cron
rclone mount gdrive: /user/backup_srv/mount/gdrive/ > /dev/null 2>&1

And your rclone.conf...

As for GDRIVE

[gdrive]
type = drive
scope = drive
token = {"access_token":"mytoken"....}
use_trash = false

Can you share the last bit which a log file with -vv from each command and they can be compared.

Directly & Mounting

PS. I do not know, so it should be or not but MailRu 40MB
MailRu Rclone Debug

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