15.3. Konfiguration eines XML-Dump
Mit Hilfe von virsh können Sie einen Daten-Dump für eine bereits bestehende virtuelle Maschine durchführen.
virsh dumpxml [domain-id | domain-name | domain-uuid]
This command outputs the domain information (in XML) to
stdout
. If you save the data to a file, you can use the create
option to recreate the virtual machine.