Rclone weird behaviour

remote: an encrypted gdrive (team drive)


Should rclone be writing like this? Seems a bit weird (logging is on -vv, this way of writing seems kinda weird to me)
And then when its done it does this:

Is this normal behavior for rclone?

If you turn on -vv logging you get to see how rclone works. Yes the above look perfectly normal :slight_smile: Writes to the mount are done in chunks as are uploads of large files.

Alright, how can I see rclone's progress on uploading the file if rclone takes longer to do it then windows explorer says?

Try --stats 10s and rclone will print info every 10seconds

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