rclone / rclone-webui-react

A full fledged UI for the rclone cloud sync tool
MIT License
1.26k stars 161 forks source link

Doubt/suggestion about webui #26

Open wanderleihuttel opened 5 years ago

wanderleihuttel commented 5 years ago

Hello I'm running rclone 1.49.1 and I run the command below: rclone rcd --rc-web-gui --rc-addr 0.0.0.0:5572 --rc-user admin --rc-pass admin Is possible to run as a daemon this command?

So, I can access webui. About dashboards I've done a test and notice that when I download a file the graphics works.

Is it possible to get dashboards from another instance of rclone running ? Would be amazing.

ncw commented 5 years ago

I'm running rclone 1.49.1 and I run the command below: rclone rcd --rc-web-gui --rc-addr 0.0.0.0:5572 --rc-user admin --rc-pass admin Is possible to run as a daemon this command?

Not currently. You can set it up in a screen or get systemd to start it for you as a work around.

So, I can access webui. About dashboards I've done a test and notice that when I download a file the graphics works.

Is it possible to get dashboards from another instance of rclone running ? Would be amazing.

The gui will attach to any rclone you've run with --rc. However I suspect you are asking, could it show the status of "rclone sync" or "rclone mount"?

wanderleihuttel commented 5 years ago

Not currently. You can set it up in a screen or get systemd to start it for you as a work around.

OK

The gui will attach to any rclone you've run with --rc. However I suspect you are asking, could it show the status of "rclone sync" or "rclone mount"?

That's it! I'm talking about "rclone copy, rclone sync, rclone mount, etc". I've made a test with the following command and it looks worked. Is the command below OK or there some parameter that can improve it?

rclone copyto /backup/Volume-Diario-0001 wasabi:bucket-name/Volume-Diario-0001 --stats=1000m --rc --rc-addr 0.0.0.0:5572 --rc-user admin --rc-pass admin --rc-web-gui --log-file /var/log/bacula/wasabi.tmp --log-level INFO

I have 3 kinds of files with 4gb or 10gb to upload (Bacula Volumes)

To improve performance and not generate too much log, I have a script with a loop that execute rclone by backup type. (Today is Thursday, I will run rclone just with only daily volumes)

How do I want to get a stats by every single file, I have the stats with a long time, to generate only when the file was upload successfully "--stats=1000m"

The average speed of my backups is too slow for Wasabi, and using webui I can check in real time.

Thanks

ncw commented 5 years ago

Is the command below OK or there some parameter that can improve it?

That looks about right. Do you see useful stuff in the GUI?

wanderleihuttel commented 5 years ago

That looks about right. Do you see useful stuff in the GUI?

I'm loving this new feature!

For the past few weeks, I've been having problems with Wasabi, which is too slow to upload files. Now I can track realtime backup and see if something is wrong

Would be great if in the running jobs dashboard had a information about "Bytes remaining"

The speeds dashboard appearance it looks have some problem.

I also noticed that in the running jobs dashboard when a job is finished ("Total transferred" is equal of "Size"), it looks is spending more time to finish and start a new file.

rclone