Hi friends,
I recently updated to v2.3.0.104_canary_2026-06-04 from v2.3.0.103_canary_2026-05-22 and have run into numerous problems.
Problem 1: Service installation does not import settings from previous installation
Just what it says. If you install as a service the service will behave as a new installation instead of pulling settings from the existing installation as it should. I tried manually copying settings from the user folder to the LocalSystem settings folder, but Duplicati didn’t pick them up.
Problem 2: Can’t authenticate to previously existing perfectly working OneDrive backup
To fix the above problem, I tried importing a backup of a previous working Duplicati config but keep getting authentication error messages. When I click the link to go to the log the page that loads has no visible log. The Test Connection option disappears and reappears at random. I can’t get it to show up reliably. I’m still confused as to why the Test Connection UI was changed from the reliable classic implementation to this one.
Problem 3: Can’t change Duplicati password
I tried getting the service to pick up my previous settings by setting it to run under my username, but when I do that the tray icon can’t connect to it. The web UI asks for a password, but both the previous one and the one generated during the update fail. Trying to change the password to either value via the tray icon has no effect, either.
Problem 4: Can’t set up new OneDrive backup?
I switched the service back to LocalSystem (which, BTW … is widely regarded as an insecure way to run a service on Windows, but it fixed the password issue) and removed the previous backup job, attempting to start from scratch. Clicking Continue after entering my OneDrive credentials in the Destination section of the backup workflow just results in a spinning progress animation on that icon with nothing else happening.
Here are my questions based on the above:
- Why doesn’t installing Duplicati as a service pickup the previous installation’s config automatically?
Why, after approximately a decade, is Duplicati OneDrive connection support still so painful?- The UI password process is unnecessarily convoluted. Just have the web UI go through an initial password setup like every other web UI in existence. This whole generate a password which can be lost during installation and then changing it from a tray icon which might not even be able to connect to the service is a solution desperately in search of a problem
- Why does the Duplicati service run as LocalSystem? This is insecure as it means compromising Duplicati could compromise the entire host machine. Running as a user is not only more secure but it allows different users to have different settings. Yes, I know the default installation allows that too, but the default installation also uses the ancient process tray icon concept instead of a proper service anyway