Rclone progress?

How can I view progress for writes to a mount? The only way I can tell when an upload is done is -vv , but I don't want to see how rclone works, I just want to see the speed of my uploads, the ETA, and when they finish

https://rclone.org/commands/rclone_rcd/
https://rclone.org/rc/#core-stats

rclone rcd --rc-web-gui --rc-web-fetch-url=https://api.github.com/repos/rclone/rclone-webui-react/releases/tags/v2.0.2 --rc-web-gui-update

for whatever reason, rcd --rc-web-gui doesnt work at all when i use a mount

You'd have to share the full command you are trying and the error message as it works.

command: rclone.exe mount D3_Crypt: X: --vfs-cache-mode=writes --cache-dir=E:\cache rcd --rc-web-gui
error: Command mount needs 2 arguments maximum: you provided 3 non flag arguments: ["D3_Crypt:" "X:" "rcd"]
sorry for late reply, took a bit of a break from rclone

You'd remove rcd because you are using a mount.

rclone  mount D3_Crypt: X: --vfs-cache-mode=writes --cache-dir=E:\cache --rc-web-gui

it gives no error code, but the gui doesnt work (i tried forcing update to fix this, did not help), works without mount but thats not what I want

What doesn't work? When you run the command, you need to share the output.

When you say it doesn't work, you gotta share what you are trying to do.

Trying to use mount + gui to show progress, with the earlier command mentioned the web interface just isnt on

Can you pretty please share what you ran, the output and specifically what you are trying to execute that shows it not working?

You use screenshots or whatever makes it easier.

I shared exactly what ran, the command "rclone mount D3_Crypt: X: --vfs-cache-mode=writes --cache-dir=E:\cache --rc-web-gui" and the output "the service rclone has started" in -vv it seems to mention nothing about the gui

Open a window, type in the command:

rclone mount D3_Crypt: X: --vfs-cache-mode=writes --cache-dir=E:\cache --rc-web-gui -vv

Once the command has started, please share or screenshot the output.

Output:
C:\Users[user]>rclone mount D3_Crypt: X: --vfs-cache-mode=writes --cache-dir=E:\cache --rc-web-gui -vv
2020/06/19 12:24:32 DEBUG : rclone: Version "v1.52.1" starting with parameters ["rclone" "mount" "D3_Crypt:" "X:" "--vfs-cache-mode=writes" "--cache-dir=E:\cache" "--rc-web-gui" "-vv"]
2020/06/19 12:24:32 DEBUG : Using config file from "C:\Users\[user]\.config\rclone\rclone.conf"
2020/06/19 12:24:32 DEBUG : Encrypted drive 'D3_Crypt:': Mounting on "X:"
2020/06/19 12:24:33 DEBUG : vfs cache root is "E:\cache\vfs\D3_Crypt"
2020/06/19 12:24:33 DEBUG : fs cache: renaming cache item "E:\cache\vfs\D3_Crypt" to be canonical "//?/E:/cache/vfs/D3_Crypt"
2020/06/19 12:24:33 DEBUG : Adding path "vfs/forget" to remote control registry
2020/06/19 12:24:33 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/06/19 12:24:33 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/06/19 12:24:33 DEBUG : Encrypted drive 'D3_Crypt:': Mounting with options: ["-o" "fsname=D3_Crypt:" "-o" "subtype=rclone" "-o" "max_readahead=131072" "-o" "attr_timeout=1" "-o" "atomic_o_trunc" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=D3_Crypt"]
2020/06/19 12:24:33 DEBUG : Encrypted drive 'D3_Crypt:': Init:
2020/06/19 12:24:33 DEBUG : Encrypted drive 'D3_Crypt:': >Init:
2020/06/19 12:24:33 DEBUG : /: Statfs:
2020/06/19 12:24:33 DEBUG : Google drive root '': read info from team drive "D3"
2020/06/19 12:24:33 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2020/06/19 12:24:33 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:33 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:33 DEBUG : /: Readlink:
2020/06/19 12:24:33 DEBUG : /: >Readlink: linkPath="", errc=-40
The service rclone has been started.
2020/06/19 12:24:33 DEBUG : /: Statfs:
2020/06/19 12:24:33 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2020/06/19 12:24:33 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:33 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:33 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:33 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:33 DEBUG : /: Opendir:
2020/06/19 12:24:33 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/06/19 12:24:33 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/06/19 12:24:33 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/06/19 12:24:33 DEBUG : /: Releasedir: fh=0x0
2020/06/19 12:24:33 DEBUG : /: >Releasedir: errc=0
2020/06/19 12:24:33 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:33 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:33 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:33 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:33 DEBUG : /: Opendir:
2020/06/19 12:24:33 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/06/19 12:24:33 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/06/19 12:24:33 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/06/19 12:24:33 DEBUG : /: Releasedir: fh=0x0
2020/06/19 12:24:33 DEBUG : /: >Releasedir: errc=0
2020/06/19 12:24:33 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:33 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:33 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:33 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:33 DEBUG : /: Opendir:
2020/06/19 12:24:33 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/06/19 12:24:33 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/06/19 12:24:33 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/06/19 12:24:33 DEBUG : /: Releasedir: fh=0x0
2020/06/19 12:24:33 DEBUG : /: >Releasedir: errc=0
2020/06/19 12:24:36 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:36 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:36 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:36 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:36 DEBUG : /: Opendir:
2020/06/19 12:24:36 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/06/19 12:24:36 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/06/19 12:24:36 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/06/19 12:24:36 DEBUG : /: Statfs:
2020/06/19 12:24:36 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2020/06/19 12:24:36 DEBUG : /: Releasedir: fh=0x0
2020/06/19 12:24:36 DEBUG : /: >Releasedir: errc=0
2020/06/19 12:24:39 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:39 DEBUG : /autorun.inf: >Getattr: errc=-2
2020/06/19 12:24:39 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:39 DEBUG : /autorun.inf: >Getattr: errc=-2
2020/06/19 12:24:39 DEBUG : /autorun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:39 DEBUG : /autorun.inf: >Getattr: errc=-2
2020/06/19 12:24:39 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:39 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:39 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:39 DEBUG : /: >Getattr: errc=0
2020/06/19 12:24:39 DEBUG : /: Opendir:
2020/06/19 12:24:39 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/06/19 12:24:39 DEBUG : /: >OpenFile: fd=/ (r), err=
2020/06/19 12:24:39 DEBUG : /: >Opendir: errc=0, fh=0x0
2020/06/19 12:24:39 DEBUG : /: Releasedir: fh=0x0
2020/06/19 12:24:39 DEBUG : /: >Releasedir: errc=0
2020/06/19 12:24:39 DEBUG : /AutoRun.inf: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/06/19 12:24:39 DEBUG : /AutoRun.inf: >Getattr: errc=-2
2020/06/19 12:25:33 DEBUG : Google drive root '': Checking for changes on remote

Awesome.

Now, can you please add --rc and share the output.

rclone mount D3_Crypt: X: --vfs-cache-mode=writes --cache-dir=E:\cache --rc-web-gui --rc -vv
1 Like

that worked, thanks

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