Subject: CVS commit: pkgsrc/sysutils/dd_rhelp
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 03/08/2006 10:01:49
Module Name: pkgsrc
Committed By: ghen
Date: Wed Mar 8 10:01:49 UTC 2006
Update of /cvsroot/pkgsrc/sysutils/dd_rhelp
In directory ivanova.netbsd.org:/tmp/cvs-serv14474
Log Message:
Import dd_rhelp, a helper script for sysutils/dd_rescue.
dd_rhelp is a bash script that handles a very useful program written in C by
Kurt Garloff which is called dd_rescue, which roughly acts as the dd(1) command
with the characteristic to NOT stop when it falls on read/write errors. But
using it is quite time consuming. This is where dd_rhelp come to help.
In short, it'll use dd_rescue on your entire disc, but will try to gather the
maximum valid data before trying for ages on bad sectors. So if you leave
dd_rhelp work for infinite time, it'll have the same effect as a simple
dd_rescue. But because you might not have this infinite time (this could indeed
take really long in some cases...), dd_rhelp will jump over bad sectors and
rescue valid data. In the long run, it'll parse all your device with dd_rescue.
You can Ctrl-C it whenever you want, and rerun-it at will, it'll resume its job
as it depends on the log files dd_rescue creates.
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/sysutils/dd_rhelp/DESCR
N pkgsrc/sysutils/dd_rhelp/Makefile
N pkgsrc/sysutils/dd_rhelp/distinfo
N pkgsrc/sysutils/dd_rhelp/PLIST
No conflicts created by this import