Skip to content

Instantly share code, notes, and snippets.

@AnthonyVadala
Created August 14, 2019 12:53
Show Gist options
  • Save AnthonyVadala/5cdf270d14970ac7fa1fae9e2f6c401d to your computer and use it in GitHub Desktop.
Save AnthonyVadala/5cdf270d14970ac7fa1fae9e2f6c401d to your computer and use it in GitHub Desktop.
Export a VMware Fusion VM to OVF format

Navigate to OVF Export Tool

cd /Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool/

Running to OVF Export Tool

./ovftool ~/Virtual\ Machines.localized/[VMware_Fusion_VM_Name].vmwarevm/[VMware_Fusion_VM_Name].vmx ~/{path_to_export_to}/exported_vm_name.ova

Replace what is in [ ] with your VM name/path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment