Up to [cvs.netbsd.org] / pkgsrc / sysutils / ddrescue
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue May 22 23:41:04 2012 UTC (3 days, 2 hours ago) by gdt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
Update to 1.15 (not really tested), on the theory that there's no reason to run old upstream code. Changes in version 1.15: The new option "-a, --min-read-rate" has been added. The new option "-I, --verify-input-size" has been added. The new option "-x, --extend-outfile" has 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 logfiles, has been added.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 25 20:21:44 2010 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.2: +2 -9
lines
Diff to previous 1.2 (colored)
Update to 1.11, provided by Mustafa Dogan in private mail. Changes in version 1.11: In case of error writing the logfile to disc, the user is now given the possibility of fixing the problem and continue. The splitting algorithm has been modified to read secuentially the areas smaller than a threshold size. After every read error, ddrescue now verifies the input file has not disappeared. In rescue mode, ddrescue now shows the time elapsed from the last successful read. Signals SIGUSR1 and SIGUSR2 are now ignored by ddrescue. Descriptions of "--direct", "--synchronous" and "--sparse" in the manual have been made clearer. Description of rescue algorithm in the manual has been made clearer. "make check" now verifies that files are open in binary mode. A warning about logfile usage has been added to "ddrescue --help" output. 1.10: Changes: The option "--try-again" has been added. The size skipped when bad sectors are found has been made independent of "cluster-size". Rescue speed has been improved for large log files. An overflow reading from devices of undefined size has been fixed. "make install-info" should now work on Debian and Mac OS X. 1.9 Changes: The new option "--domain-logfile" has been added. Verbosity control of user messages has been simplified. This release improves portability by using the LLONG_MAX macro instead of LONG_LONG_MAX. This release is also available in lzip format.
Revision 1.2 / (download) - annotate - [select for diffs], Tue May 19 08:59:34 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored)
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jul 28 14:08:07 2008 UTC (3 years, 9 months ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import ddrescue-1.8. Based on PR 39202 by Edgar Fuss, some fixes and improvement by me. GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 28 14:08:07 2008 UTC (3 years, 9 months ago) by obache
Branch: MAIN
Initial revision