garethgeorge / backrest

Backrest is a web UI and orchestrator for restic backup.
GNU General Public License v3.0
1.17k stars 37 forks source link

Backrest Windows tray icon appears multiple times #377

Open berti34 opened 2 months ago

berti34 commented 2 months ago

Hey!

Just a small bug: The tray icon on windows appears multiple times when the backrest-tray.exe is started multiple times. The proc should be mutual exclusive. I've installed it manually, not by the install.msi package. I'm using version 1.2.1

Greetings

garethgeorge commented 2 months ago

Definitely something I've noticed, thanks for the report. It sounds like backrestmon isn't correctly watching the lifecycle of the started backrest process as only one of them can actually have a lock on the database / the port. I'll aim to get a fix out for this!