Hi there, I have the following situation: I want to migrate my existing Vagrant machines to a new server. However, I only have a full filesystem backup of the old server. What steps do I need to take to recreate and launch identical Vagrant boxes on the new server using the backup?
Any help is appreciated
Michael
I may be wrong, but I did not see any built-in capabilities in Vagrant to export a VM.
If you do not have your Vagrant box in working condition - as you mentioned disaster recovery, I think you don’t have it - you might want to create a clean box on the new server and use normal OS tools to restore your filesystem backup into it.