a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: copy data from one file or block device to another
dd_rescue is a tool to help you to save data from crashed
partition. Like dd, dd_rescue does copy data from one file or
block device to another. But dd_rescue does not abort on errors
on the input file (unless you specify a maximum error number).
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.
If the copying process is interrupted by the user it is possible
to continue at any position later. It also does not truncate
the output file (unless asked to). It allows you to start from
the end of a file and move backwards as well. dd_rescue does
not provide character conversions.
.
Please note that this is the dd_rescue version of Kurt Garloff
providing the /bin/dd_rescue executable. If you are searching
for the GNU ddrescue version please check out the gddrescue
package instead.
Description: Data Copying in the Presence of I/O Errors
dd_rescue helps when nothing else can: your disk has crashed and you
try to copy it over to another one. While standard Unix tools like cp,
cat, and dd wail "abort" on every I/O error, dd_rescue does not.
--- 63027 Thu Jan 1 00:00:00 1970
+++ 33425 Thu Jan 1 00:00:00 1970
@@ -1,18 +1,4 @@
-copy data from one file or block device to another
+Data Copying in the Presence of I/O Errors
- dd_rescue is a tool to help you to save data from crashed
+ dd_rescue helps when nothing else can: your disk has crashed and you
- partition. Like dd, dd_rescue does copy data from one file or
+ try to copy it over to another one. While standard Unix tools like cp,
- block device to another. But dd_rescue does not abort on errors
+ cat, and dd wail "abort" on every I/O error, dd_rescue does not.
- on the input file (unless you specify a maximum error number).
- 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.
- If the copying process is interrupted by the user it is possible
- to continue at any position later. It also does not truncate
- the output file (unless asked to). It allows you to start from
- the end of a file and move backwards as well. dd_rescue does
- not provide character conversions.
- .
- Please note that this is the dd_rescue version of Kurt Garloff
- providing the /bin/dd_rescue executable. If you are searching
- for the GNU ddrescue version please check out the gddrescue
- package instead.