Direkt zum Inhalt

Toggle non-stop in TIH 2010 from command line and/or in scripts ??

Thread needs solution

Toggle non-stop in TIH 2010 from command line and/or in scripts ??

Would like to be able to shuit non-stop off while i do a full drive image backup, and then turn-on when full imge completed (so i have enough cpu to work on while performing scheduled task). Anybody have inkling as to if this can be done from cmd line ? and what are the parameters ?

0 Users found this helpful

I have the same question. I use Novastor to do daily, weekly monthly and yearly backups and there is an execution option to run before and after the backup job. Currently I use cmd files to stop and restart the Acronis Nonstop Backup service and it works.

when backup starts:
net stop diskeeper
net stop "Acronis Nonstop Backup Service"

when backup finishes:
net start "Acronis Nonstop Backup Service"
net start diskeeper

I haven't had any issues using this so you might want to try it.