Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masbicudo/virtualbox-vdi-manager
Used to rebuild VBox internal references to VDI files when moving VMs from one place to the other.
https://github.com/masbicudo/virtualbox-vdi-manager
Last synced: 3 days ago
JSON representation
Used to rebuild VBox internal references to VDI files when moving VMs from one place to the other.
- Host: GitHub
- URL: https://github.com/masbicudo/virtualbox-vdi-manager
- Owner: masbicudo
- License: apache-2.0
- Created: 2017-06-17T20:12:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:27:37.000Z (about 2 years ago)
- Last Synced: 2023-03-31T04:01:35.969Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VirtualBox VDI Manager
This is a helper application that I use to rebuild VBox internal references to VDI files when moving VMs from one place to the other.
Moving VMs is a problem because VirtualBox behaves strangely when using relative paths inside `*.VBox` files. The solution is to use absolute paths, and change these paths when moving VM files.
Disclaimer
----------Note that this is not production ready and should be used with caution. It creates a backup files automatically for any changed VBox files, and never changes VDI images, but I recomend you run it only on copies of files, not the original ones.
Licence
-------Apache 2.0
This is a very permissive licence that only requires you to keep authoral references.