1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/virt/managing_vms/virt-exporting-vms.adoc
2025-10-07 00:16:48 +00:00

24 lines
1.0 KiB
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="virt-exporting-vms"]
= Exporting virtual machines
include::_attributes/common-attributes.adoc[]
:context: virt-exporting-vms
toc::[]
You can export a virtual machine (VM) and its associated disks in order to import a VM into another cluster or to analyze the volume for forensic purposes.
You create a `VirtualMachineExport` custom resource (CR) by using the command-line interface.
Alternatively, you can use the xref:../../virt/getting_started/virt-using-the-cli-tools.adoc#vm-export-commands_virt-using-the-cli-tools[`virtctl vmexport` command] to create a `VirtualMachineExport` CR and to download exported volumes.
[NOTE]
====
You can migrate virtual machines between OpenShift Virtualization clusters by using the link:https://access.redhat.com/products/migration-toolkits-virtualization[Migration Toolkit for Virtualization].
====
include::modules/virt-creating-virtualmachineexport.adoc[leveloffset=+1]
include::modules/virt-accessing-exported-vm-manifests.adoc[leveloffset=+1]