How To see Rclone upload progress

What is the problem you are having with rclone?

I Would like to know if I can see somewhere the upload state.
I'm using Sonarr and QBitorrent.

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-53-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.3
- go/linking: static
- go/tags: none

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

OneDrive

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

rclone mount onedrive: /home/fitsou/onedrive --use-mmap --rc --dir-cache-time 1h --vfs-cache-mode writes --tpslimit 10 --allow-other

No Advice from anyone?

How about vfs/stats via the rc ?

Or look at the log?

Thanks for replying.
Unfortunately, I have little to non experience in all this. Can you please provide a little more guidance?
Should i just add the vfs/stats to the command above?
Or tell me where to see the log? Maybe in the Portainer?

What's the goal / problem you are trying to solve?

Hi Animosity
I would like to view the process of the upload from the folder i have setup my downloads to the OneDrive folder.

I run my logs with -v or INFO level and you'll see this in the logs.

Copied (new)
vfs cache: upload succeeded try #1

with the file names before it.

and this line tells me how many things I have left to upload.

2022/11/30 07:51:05 INFO  : vfs cache: cleaned: objects 5024 (was 5024) in use 10, to upload 10, uploading 0, total size 1.171Ti (was 1.171Ti)

Ok, ok
So, I must manually type the objects. if i type the folder instead of the files will i get the same result?

Files aren't really 'uploaded' as they just 'created' so you won't see anything for them. rclone uploads files.

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