Duplicacy web edition as service - data directory?

i installed duplicacy as windows service according to New feature: run the web GUI as a Windows service which seems to have a different data directory so the configuration comes up empty (a notice would have been nice).

where is this new data directory so that I can copy my configuration there?

I’m not sure what you mean by “data directory,” but I’ll take a shot. I just changed my existing Web Edition installation to run as a Windows service using this command from the Web Edition guide: \path\to\duplicacy_web_win_x64_1.1.0.exe -install-service. (I had to update the version number in the file name.)

After it ran, the service was running but the location for Duplicacy’s logs, filters, stats, etc. had changed from Windows/Users/myusername/.duplicacy-web to Windows/ProgramData/.duplicacy-web.

It’s too bad the guide doesn’t mention this change.

It is mentioned in https://duplicacy.com/guide.html:

With the service installed you’ll find settings and logs under C:\ProgramData\.duplicacy-web.

But, the path is different. Can you confirm that it is under C:\Windows\ProgramData not C:\ProgramData? I don’t have access to my Windows machine at this moment.

@gchen You are right. It is C:\ProgramData\.duplicacy-web as you said.