Hello guys,
I’ve installed Duplicati on some Windows devices.
I’d like to shutdown the computers some minutes after the backup is completed.
How can I do that?
Thanks in advance.
Hello guys,
I’ve installed Duplicati on some Windows devices.
I’d like to shutdown the computers some minutes after the backup is completed.
How can I do that?
Thanks in advance.
You might find that shutdown happens on operatons where you don’t want it. If so, you can add
if not %DUPLICATI__OPERATIONNAME% == Backup goto leave (using syntax for a .bat file)
(also in you Duplicati folder) shows some more advanced capabilities possible if you need them.