rclone-webui-react icon indicating copy to clipboard operation
rclone-webui-react copied to clipboard

Doubt/suggestion about webui

Open wanderleihuttel opened this issue 4 years ago • 4 comments

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.

wanderleihuttel avatar Sep 04 '19 23:09 wanderleihuttel

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"?

ncw avatar Sep 05 '19 13:09 ncw

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)

  • Files Backup Daily - (run everyday monday to thursday)
  • Files Backup Weekly - (run everyday friday)
  • Files Backup Monthly - (everyday saturday)

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

wanderleihuttel avatar Sep 05 '19 17:09 wanderleihuttel

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?

ncw avatar Sep 06 '19 12:09 ncw

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

wanderleihuttel avatar Sep 06 '19 13:09 wanderleihuttel