Correct usage rclone rc/webgui

What is the problem you are having with rclone?

I don't know how to use rclone rcd/rc to sync/copy so progress can be monitored in the WebGUI

On my server (Debian) I've started rclone WebGUi using:

rclone rcd --rc-web-gui --rc-web-gui-no-open-browser --rc-addr=10.0.10.101:5572 --rc-user user --rc-pass mypassword --rc-web-gui-update

From my windows pc I can open 10.0.10.101:5572 and login to the webinterface

When I know start a rclone job on the server (i.e rclone copy /srv/dev-disk-by-label-OMV/Data GDrive:Data_OMV) nothing is happening in the webinterface. Is this expected behaviour? Do I need to run rclone rcd/rc sync/copy so the job is display in the webinterface.

Basically what I want to achieve at the end of the day is to run my rclone jobs daily (triggered by cron) on the server and then monitor progress of the jobs in webinterface (from a client)

What is your rclone version (output from rclone version)

1.53.4

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Debian 10/OMV5

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

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

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

You'll need to start your jobs using rclone rc - for example to copy files use sync/copy

That way they will run in the existing rclone and will be visible to the GUI.

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