All releases of GNU ddrescue


Release Notes: This release adds the new option "-w, --ignore-write-errors", which makes fill mode ignore write errors. This is useful to avoid ddrescue exiting because of new errors developing while wiping the good sectors of a failing drive.


Release Notes: Ddrescuelog no longer says that the logfile does not exist when it exists but is empty. The manual now explains that only whole sectors can be read when "direct disc access" is used.


Release Notes: The option "-l, --logfile-size" has been added. Trimming is now done from both edges of each non-trimmed block. The largest blocks are trimmed first. The largest blocks are now split first until logfile reaches "--logfile-size" entries.


Release Notes: The option "--sector-size" has been added as a synonym of "--block-size". Ddrescue now terminates with an error if an unexpected EOF would discard any successfully read data, and automatically adjusts the logfile to shrinking input devices, like CD-ROMs written in TAO mode. A bug has been fixed which prevented status updating after the system clock had been put back. Control-C no longer overwrites status messages. Generate mode no longer requires the "--force" option. The new chapter "Using ddrescue safely" has been added to the manual.


Release Notes: The new options "-K, --skip-size" and "-T, --timeout" have been added. The short name of option "--try-again" has been changed to "-A". Maximum skip size is now limited to 1% of infile size or 1 GiB (whichever is smaller). The current position is now set to the end of the block when reading backwards, allowing perfect resumability also in reverse mode. The "-E, --max-error-rate" option now checks the rate of actually failed reads, not the growth of error size, and shows the error rate in the error message. The option "-v, --verbose" now increases verbosity if repeated.


Release Notes: The new option "-O, --timeout", which sets the maximum time allowed since the last successful read, has been added. Maximum skip size is now limited to 1% of infile size or 1 GiB (whichever is smaller). The option "-v, --verbose" now increases verbosity if repeated. Initial skip size is now shown. Verbosity level 2 and above shows two more lines of initial status.


Release Notes: The new option "-K, --skip-size" has been added. Configure option "--datadir" has been renamed to "--datarootdir" to follow GNU Standards.


Release Notes: The current position is now set to the end of the block when reading backwards, allowing resumability in reverse mode.


Release Notes: The "-E, --max-error-rate" option now checks the rate of actually failed reads, not the growth of error size, and shows the error rate in the error message. Quote characters in messages have been changed as advised by GNU Coding Standards.


Release Notes: The options "-a, --min-read-rate", "-I, --verify-input-size", and "-x, --extend-outfile" have been added. Ddrescue now verifies that infile, outfile, and logfile are all different. Non-tried blocks are now read aligned to cluster-size sectors. The "split or skip" algorithm of the split pass has been improved. A spurious warning about "-D" being ignored in fill mode has been removed. Ddrescuelog, a tool for manipulation, display, conversion, comparison, and testing of ddrescue log files, has been added.