15.3. Configuration d'un Dump XML
Vous pouvez utiliser virsh pour effectuer une sauvegarde (dump) de données pour une machine virtuelle existante.
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.