Please describe what you are doing to trigger the bug:
I’ve been backing up to an external HD for a few days, and decided to add Backblaze B2 as my offsite backup. So I created a new schedule with a COPY and CHECK job to copy from the HD to B2, which I then manually started by clicking the Play icon.
Please describe what you expect to happen (but doesn’t):
I expect the progress bar for the COPY job to show the current progress.
Please describe what actually happens (the wrong behaviour):
The progress bar remains at 0%
I can confirm that data is being uploaded, both by checking the B2 bucket and by clicking the progress bar to view the log.
Currently the log shows that the progress is 54.5%, but the AJAX request to /get_schedule_status returns 0% in the response object:
..snip.. { "0": { "schedule_index": 1, "job_index": 0, "is_running": true, "percentage": "0%", "status_code": "", "status_note": "", "log": "copy-20201221-140322.log" } } ..snip..
This is with Duplicacy Web Edition 1.4.1