Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
15.6. 儲存虛擬主機
您可以使用 virsh 來將虛擬主機的目前狀態儲存至檔案中:
virsh save [domain-name][domain-id | domain-uuid][filename]
This stops the virtual machine you specify and saves the data to a file, which may take some time given the amount of memory in use by your virtual machine. You can restore the state of the virtual machine with the
restore
option.