Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zordon1337/isodump

utility for backups of CD's/DVD's into iso files written in golang
https://github.com/zordon1337/isodump

backup backup-tool backup-utility backups cd dvd golang iso

Last synced: 2 days ago
JSON representation

utility for backups of CD's/DVD's into iso files written in golang

Awesome Lists containing this project

README

        

# ISO Dump
Utility/Tool/App for CD/DVD backup purposes written in go

> [!WARNING]
> I am not responsible for what you do with this tool. Use it only for legal purposes.

## Requirements
- Go 1.20 or higher
- A CD/DVD drive

## Installation
1. Clone the repository:
```sh
git clone https://github.com/Zordon1337/isodump.git
```
2. Navigate to the project directory:
```sh
cd isodump
```
3. Build the project:
```sh
go build main.go
```

## Example
```sh
Enter partition where your CD/DVD is mounted (e.g., D:/):
D:/
Enter output iso name(without .iso):
gamebackup
Creating iso...
Done!
```