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.