Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zordon1337/isodump
- Owner: Zordon1337
- License: gpl-3.0
- Created: 2025-01-02T19:37:33.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-01-03T10:20:21.000Z (6 days ago)
- Last Synced: 2025-01-03T11:27:30.261Z (6 days ago)
- Topics: backup, backup-tool, backup-utility, backups, cd, dvd, golang, iso
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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!
```