Hi,<br><br>I have 2 VMs with windows 2003 in production. Twice a week, I backup these machines, using simple crontab commands. I do something like this:<br><br>01 00 *** root virsh shutdown vm1<br>05 00 *** root virsh destroy vm1<br>

08 00 *** root rsync vm1 path/<br>18 00 *** root virsh start vm1<br><br>I'm not using "virsh save" because the libvirt version running in my hosts is a bit old (ubuntu 10 lts) and doesn't support this feature very well. So I enabled acpi in every vm, and shutdown they before copying it's image files. The command virsh destroy is just a security, to avoid copying a disk image of a running VM.<br>

<br>Analysing system logs (/var/log/syslog), virsh shutdown works perfectly in every linux VM. But it does not work with both windows VMs. Inside the VMs, I go to Start > Settings > Control Panel > Power Options > Advanced > When I press the power button on my computer : Shut down. <br>

<br>Should I configure something else in windows VMs? They're not obbeing to virsh shutdown, they always only shutdown when virsh destroy command is executed.<br><br>Thanks in advance and sorry for the broken english,<br>

<br><br>-----<br>Att,<br>Bruno Santana<br>