-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Restore backup to new VM #59
Comments
Reasons why this is complicated:
All of this would be much easier if we had a VM template generator that would be able to take a VM.json configuration and generate a VM template (which is a set of parameters for the vm_define* API calls). Lets return to this task after we solve the VM template problem. |
Ok, I agree. I see the complexity. Moving to my nice_to_have list. |
Hi |
Hi @marcheschi :)
|
When restoring backup, user may choose the VM, into which the data will be restored. It would be usefull if there was an option to restore to new server.
Specifically: first item in the list of VMs can be
<<new VM>>
and new VM will be created according to definition of original VM.Currently, the user has to create and deploy new VM manually before the restore.
Jan
The text was updated successfully, but these errors were encountered: