WHS – 客户端在备份后不closures

我有我的WHS / Win 7笔记本电脑configuration为通过连接器进行自动备份。 备份每天晚上运行得很好。 当我睡觉时,我把计算机置于hibernate状态,它唤醒并运行备份,但不会进入hibernate或closures状态。 我希望能够在备份完成后强制closures它。 我没有看到WHS备份系统中的计划任务。 任何想法如何让我的笔记本电脑在备份完成后closures?

谢谢。

请看我对这个问题的回答 。 它为WHS提供了一种可供select的“备份”devisescheme。

  • 基本上我写了一个脚本手动运行备份,然后睡觉。
  • 我睡觉的时候激活它。
  • 这完全没有任何唤醒我的机器,或烧毁房子的废话。

如果计算机闲置超过一个小时,我在客户端上创build了一个计划任务来closures计算机。 它使用参数/s执行C:\Windows\System32\shutdown.exe 。 我正在使用WHS创build的事件触发我的任务。

触发器

 Trigger Settings: Begin the task: On an event Log: Application Source: HomeServer EventId: 769 Delay Task for: 30 minutes 

条件

 Start the task only if it is idle for: 30 minutes Wait for idle: do not wait Stop if the computer ceases to be idle (checked) REstart if the idle resumes (checked)