I’d like to be able to use VSS (which of course requires admin permissions as described here: Duplicacy Issue: VSS in Windows?, or here: Vss option in Web Gui) to back up files in use on my computer, and saw that duplicacy has the ability to run as a service. Unfortunately, installing duplicacy as a service and then trying to access the network share presents this error:
Failed to check the storage at \\share\path\to\storage: Failed to load the file storage at \\share\path\to\storage: CreateFile \\share\path\to\storage: The user name or password is incorrect.
I’ve tried creating the storage when connected and running duplicacy as my own user account, that works fine, its just that as soon as I switch to using the service, it stops being able to connect. I haven’t tried running it as administrator though, would that be preferable?
Thanks for any help!