15.3. Configurazione di un XML Dump
È possibile utilizzare virsh per eseguire un dump dei dati per una macchina virtuale esistente.
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.