mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-08-25 04:26:31 +00:00
2734a17ba8b378fe1cf42b09dada56e8ad005a7d
OpenSuperClone
A powerful disk cloning utility for Linux with many advanced features based on Scott Dwyer's HDDSuperClone.
✨ Features • 💾 Installation • ✏️ Changelog • 💵 Credits • 📄 License
✨ Features
- Advanced drive cloning capability akin to that of ddrescue
- Virtual driver mode for targeted data extraction
- Direct AHCI and IDE capability to circumvent OS drivers completely
- USB Relay control for automatic drive power-cycling
📋 Planned Features
- Refactoring of codebase (get rid of -fcommon flag)
- Implement DKMS for driver (un-)installation
- Remove requirement for running as root
- Add configuration files and presets for settings
💾 Installation
Pre-built binaries aswell as Debian packages for OpenSuperClone can be found on the Release page. The current pre-release is OpenSuperClone 2.4 RC2 and may be unstable, use at your own risk.
Compiling from Source
💡 OpenSuperClone requires the following packages to be installed for a successful project build:
gcccmakepkgconflibusb-devlibgtk-3-dev
# Build OpenSuperClone and OSCViewer for Release and install to ./Release
$ ./build.sh
# Run OpenSuperClone
$ sudo ./Release/bin/opensuperclone
# Run OSCViewer
$ ./Release/bin/oscviewer
✏️ Changelog
OpenSuperClone 2.4 [Pre-Release]
- Cleanup of project files, removal of licensing related code
- Implemented CMake as build system
- Switched from GTK2 to GTK3
- Updated kernel driver to work on 5.15
💵 Credits
All credit belongs to Scott Dwyer with his work on HDDSuperClone.
📄 License
This software is licensed under the GPLv2.
Languages
C
99.1%
CMake
0.5%
Shell
0.4%
