Can duplicacy run as a service on Windows?

Ovidiu     Aug 11 2:52AM 2016 GUI

How does this work if I schedule it, does it create a task on its own and auto-starts itself?


Ovidiu    Aug 11 3:07AM 2016

Sorry, noticed there is a checkbox: start as Windows Service but its not selectable. How come? I already tried running it as an administrator.


gchen    Aug 11 8:31AM 2016

The checkbox is disabled because the Duplicacy service has not been installed. To install Duplicacy as a service, either run the installer as administrator and install for all users, or run the Duplicacy executable with --install option.


Ovidiu    Aug 11 8:33AM 2016

This should really be mentioned in the guide:

boldTo install Duplicacy as a service, either run the installer as administrator and install for all users,


Aker    Mar 11 3:12PM 2017

Is there a reason this would not be a default option? For servers, especially.


gchen    Mar 11 10:38PM 2017

Service as the default option may be more suitable for a disk-level backup tool. Duplicacy is a file-level backup tool so I guess many users want it to run in the normal mode to back up a directory, not the entire disk.

That being said, I may be wrong and if more users request it I'll be happy to make the change.