first of all, this is my first post so hello everyone!!
We are running VirtualBox 5 on a Windows Server 2012 host. Currently we are autostarting each vm guest using VBoxvmservice. So far, this works well (though I' rather like to be able to use the VirtualBox Gui). We have the need to backup the VMs each night. We'd just like to keep a snapshot of the whole VM, so that restoring is easily done by copying the backupped files to a new host and starting them.
Before hacking something together, I would like to hear your advice how this is done best. My current idea is: Create a batch file that shuts down all VMs using VmServiceControl.exe, use VBoxManage to snapshop the VMs, restart VMs using VmServiceControl.
I appreciate any recommendation!
Best regards
Damian