A lot of bandwidth is consumed

good afternoon, I ran into such a problem. there are files on the google disk, it is stored on the amazon server, I am constantly scanning the google disk, but a lot of bandwidth is consumed, the mount is done like this

latest version of rclone

ubuntu 20

Google Drive

rclone mount gdrive: / path - allow-non-empty --daemon

The rclone config contents with secrets removed.

[gdrive]
type = drive
scope = drive
token = service account google
team_drive = 0AFSRYF8K*********
root_folder_id =

A log from the command with the -vv flag

Paste  log here

That would mean you have something accessing those files.

You can run something like 'lsof' or try to figure out what is accessing those files.

rclone doesn't do anything itself as an application would be using the files.

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