Subject: CVS commit: wip/dd_rescue
From: Makoto Fujiwara
Date: 2013-04-08 10:26:17
Message id: E1UP7PO-0007e4-Q1@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import dd_rescue-1.33 as wip/dd_rescue.

Like 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.
* It does not (yet) support non-seekable in- or output.


Files:
RevisionActionfile
1.1importwip/dd_rescue/distinfo
1.1importwip/dd_rescue/PLIST
1.1importwip/dd_rescue/DESCR
1.1importwip/dd_rescue/Makefile
1.1importwip/dd_rescue/patches/patch-ab
1.1importwip/dd_rescue/patches/patch-aa
1.1importwip/dd_rescue/patches/patch-frandom_c