book
Article ID: CTX248602
calendar_today
Updated On:
Resolution
Find the VM that you want to backup:
xe vm-listSnapshot the VM, see
https://docs.citrix.com/en-us/xencenter/7-1/vms-snapshots-take.htmlFind the snapshot to export by listing snapshots and their corresponding VMs:
xe snapshot-list params=uuid,name-label,snapshot-ofSet the snapshot to be exportable:
xe snapshot-param-set is-a-template=false uuid=<snapshot uuid>Export the snapshot to a file:
xe vm-export uuid= filename=<snapshot uuid>Later, it can be imported:
xe vm-import filename=<path> preserve=true force=true sr-uuid=<uuid> (
xe sr-list to find the sr uuid)