DDRescue-GUI – A python script to make it easier to use ddrescue
Sponsored Link
If you use the logfile feature of ddrescue, the data is rescued very efficiently, (only the needed blocks are read). Also you can interrupt the rescue at any time and resume it later at the same point.
Ddrescue does not write zeros to the output when it finds bad sectors in the input, and does not truncate the output file if not asked to. So, every time you run it on the same output file, it tries to fill in the gaps without wiping out the data already rescued.
Automatic merging of backups: If you have two or more damaged copies of a file, cdrom, etc, and run ddrescue on all of them, one at a time, with the same output file, you will probably obtain a complete and error-free file. This is so because the probability of having the same area damaged in all copies is low. Using the logfile, only the needed blocks are read from the second and successive copies.
A python script to make it easier to use ddrescue. It provides a simple graphical method for using ddrescue. This is desgined to be as user-friendly as possible so users new to linux can use ddrescue easily.
Simple GUI written in Python 2 designed to make the data recovery tool, ddrescue, easier for beginners to use. It also attempts to provide a user interface for everyone to use. It's designed for Linux, as KDiskRescue appears to be abandoned, with the last update in 2006. Also, DDRescue-GUI is desgined to look native on almost all Desktop Environments, though it may not on KDE. Note that this uses gddrescue, not the outdated dd_rescue. It uses very little rescources, with the current version using about 38MB RAM, and <80MHz CPU power, so it'll run on almost any system. The latest version of this program introduces loads of new features, and will now also run on Mac OS X 10.6 or later. For the OS X package, everything is bundled with DDRescue-GUI, including ddrescue, so there are no system requirements outside of the default OS X installation. Install DDRescue-GUI in ubuntu
Open the terminal and run the following commands
sudo add-apt-repository ppa:hamishmb/myppa
sudo apt-get update
sudo apt-get install ddrescue-gui
Screenshots
Uninstall DDRescue-GUI
Open the terminal and run the following commands
sudo add-apt-repository -r ppa:hamishmb/myppa
sudo apt-get remove ddrescue-gui