How can I setup automatic shutdown after back is completed

Hi guys, can someone help me with setting up automatic shutdown after a backup is completed?
In Windows 10 Home, standard user, and using duplicati 2. version2.0.2.1_beta_2017-08-01
Thanks a lot!

I guess using option --run-script-after will help. Call a batch file with it, containing this line:
@shutdown -s -f -t 300
This will shutdown the computer 5 minutes after the backup operation completes.

1 Like