Proxmox-VMA2RAW
Introduction
This repository provides the necessary files and a ready-to-use Docker image to convert Proxmox VMA backup files to raw disk images. These raw images can then be accessed or mounted with Windows software.
Prerequisites
- Docker Desktop installed on your machine.
- DiskInternals Linux Reader for mounting raw disk images on Windows.
Getting Started
Deploy the Docker Container
-
Clone the repository:
-
Run the
create.bat
script to build and run the Docker container:
Using the Docker Container
-
Place your
.vma
files in thefiles
folder within the cloned repository. -
Access the interactive shell of the running Docker container in bash mode:
-
Navigate to the
/opt/files
directory: -
Extract the
.vma
file to a raw disk image:- Ensure
./extractdir
does not exist before running the command.
- Ensure
-
The raw disk image will be available in the
./extractdir
directory.
Mounting the Raw Disk Image on Windows
-
Transfer the raw disk image to your Windows machine.
-
Use DiskInternals Linux Reader to mount and access the raw disk image.
Video Tutorial
For a detailed walkthrough, check out the YouTube video tutorial explaining how to set up and use the Proxmox-VMA2RAW Docker container.
Useful Links
Contributing
Feel free to submit issues or pull requests to improve this project. All contributions are welcome!