mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-08-24 12:06:37 +00:00
b7ecbe5420dfda1f5d211abcc2ff00ecb39bfde5
OpenSuperClone
This is a fork of the HDDSuperClone source code (http://www.hddsuperclone.com/) released under the GPL2 by Scott Dwyer.
OpenSuperClone/HDDSuperClone is a powerful disk cloning utility for Linux akin to ddrescue with many advanced features.
Changes (since version 2.3.3_20220430 of HDDSuperClone)
- Cleanup of project files
- Implemented CMake as build system
- Removal of licensing related functions
- Switched from GTK2 to GTK3
- Updated kernel driver to work on 5.15
Known Issues
- OSCViewer is extremely buggy in GTK3 and missing functionality from its GTK2 counterpart, it is recommended to build it with GTK2 instead
Compiling
# Install required packages for building
./install-build-requirements.sh
# Build OpenSuperClone and OSCViewer for Debug and install to ./debug
./build.sh
Compilation has been successfully tested on Ubuntu 22.04.1.
Running
# Install dependencies for running
./install-dependencies-deb.sh
# Run OpenSuperClone
sudo ./release/bin/opensuperclone
# Run OSCViewer
./release/bin/osscviewer
Installation
Installation will build OpenSuperClone for Release and install binaries, scripts, and translation files to /usr/local
# Build OpenSuperClone and OSCViewer for Release and install to /usr/local
./install.sh
Languages
C
99.1%
CMake
0.5%
Shell
0.4%