Backup as .ova to remote NFS
-
Wondering if there was a simple way to backup (ideal) or manually export as OVA to a remote NFS ?
Doing so as .xva works just fine using the XO backup functions, but for our limited Use Case we need each export as .ova and before we script something was wondering if anyone had any clever ideas?
Thanks!
-
The REST API supports exporting a VM in OVA format.
-
@shorian ova export is here to ensure compatibility with other systems, but is far more brittle (and slow) than xva export
For a regular export, I would really advise to use xva export if it's possible to make it work with your use case.
-
@florent 100% agree, sadly not an option in this particular scenario. Had hoped for a hidden switch that would allow backups to be downgraded to ova but tbh the API will do the job just fine.
Thanks all; appreciated
-
@shorian ova are generated on the fly by XO ( generating a tar of acceptable .ovf metadata file + one vmdk in stream optimized per disk ) . Hope it will work enough for your need.
-
Is it possible to tell us more about the need? Maybe it could help us to think about something on our side
