Aborted Scheduled Backup Still Shows as Running - Duplicacy Web

Relatively new to Duplicacy Web and running it on Debian 9, so apologies in advance if this is a dumb question. Last night, I created and scheduled a backup job. It started running, but then I realized there was an incorrect entry that I wanted to fix, so I hit the stop button. It then showed as “Aborted” to the right. However, at the bottom, it still shows the square stop bottom and “Running”. Hitting the stop button again doesn’t do anything. I figured it might be running some clean-up of the aborted job but this morning (about 6 hours later) it’s still in the same state. When I click on “Aborted”, the last line of the log shows the following:

2019-07-31 01:00:11.850 INFO BACKUP_LIST Listing all chunks

In its current state, I can’t seem to edit anything in the scheduled backup job.

Any suggestions on how this could be remedied, or what I might be doing wrong?

Have you tried restarting the webui process and seeing if that helps?

Do you see the Duplicacy CLI process still running (enter ps -A in the terminal)? This can happen if the CLI process got stuck or if the web GUI didn’t detect the CLI process exited.

Thank you both. I ended up just stopping the duplicacy service (i.e. sudo service duplicacy stop). Refreshing the web page then showed it as stopped and I could edit the schedule.

If I need to abort again I will try both suggestions. Please forgive the dumb question but how would I restart only the webui process?