-
- Posts: 1
- Joined: Thu Apr 16, 2020 1:00 pm
Is it possible to automatically shutdown the destination machine after the backup?
I'd like to save power and reduce disk wear as much as possible, so only want the target machine (an old PC) to be on while the backup is running. I created a scheduled task on that machine to wake it up from sleep a few minutes before the backup, but how can I turn it off (or actually send to Sleep mode) when the backup is finished?
Note that I'm currently using a giveaway version (Backup4all v6) but will consider upgrading to a paid version if I can get it to solve my requirements.
Thanks!
Note that I'm currently using a giveaway version (Backup4all v6) but will consider upgrading to a paid version if I can get it to solve my requirements.
Thanks!
-
- Posts: 1946
- Joined: Wed Dec 16, 2009 12:46 pm
Re: Is it possible to automatically shutdown the destination machine after the backup?
Hi,
In Backup4all you can run actions (or batch files) before and after the backup.
In this case, you need to create a batch file to be executed after the backup (in Backup Properties->Advanced page).
The command line to hibernate a network computer is: shutdown /m \\computername /h /f
In Backup4all you can run actions (or batch files) before and after the backup.
In this case, you need to create a batch file to be executed after the backup (in Backup Properties->Advanced page).
The command line to hibernate a network computer is: shutdown /m \\computername /h /f