Path to this page:
./
sysutils/dd_rescue,
dd(1)-like tool for rescuing data from media with errors
Branch: pkgsrc-2009Q2,
Version: 1.14,
Package name: dd_rescue-1.14,
Maintainer: ghenLike dd, dd_rescue does copy data from one file or block device to another.
You can specify file positions (called seek and Skip in dd).
There are several differences:
* dd_rescue does not provide character conversions.
* The command syntax is different. Call dd_rescue -h.
* dd_rescue does not abort on errors on the input file, unless you specify a
maximum error number. Then dd_rescue will abort when this number is
reached.
* dd_rescue does not truncate the output file, unless asked to.
* You can tell dd_rescue to start from the end of a file and move backwards.
* It uses two block sizes, a large (soft) block size and a small (hard) block
size. In case of errors, the size falls back to the small one and is
promoted again after a while without errors.
Master sites:
SHA1: 0a9c06a9679f50294f7b2968bf026944c808315a
RMD160: e6e12c460c29845912c2e456ac88160009341dcf
Filesize: 17.338 KB
Version history: (Expand)
- (2009-07-09) Package added to pkgsrc.se, version dd_rescue-1.14 (created)