Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3bbb47daf6aaab75cdf6dddb76ca58b3c303a9ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3bbb47daf6aaab75cdf6dddb76ca58b3c303a9ec)
  • Date: Wed, 21 Nov 2007 17:45:31 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
disk/dd_rescue/BUILD | 1 +
disk/dd_rescue/DETAILS | 27 +++++++++++++++++++++++++++
disk/dd_rescue/HISTORY | 3 +++
4 files changed, 34 insertions(+)

New commits:
commit 3bbb47daf6aaab75cdf6dddb76ca58b3c303a9ec
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

disk/dd_rescue: new spell, a dd which ignores errors

diff --git a/ChangeLog b/ChangeLog
index 3e0d021..c6607da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-21 Ladislav Hagara <hgr AT vabo.cz>
+ * disk/dd_rescue: new spell, a dd which ignores errors
+
2007-11-19 Ladislav Hagara <hgr AT vabo.cz>
* mail/libytnef: new spell, TNEF Stream Parser Library
* mail/ytnef: new spell, Yerase's TNEF Stream Reader
diff --git a/disk/dd_rescue/BUILD b/disk/dd_rescue/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/disk/dd_rescue/BUILD
@@ -0,0 +1 @@
+make
diff --git a/disk/dd_rescue/DETAILS b/disk/dd_rescue/DETAILS
new file mode 100755
index 0000000..7a2972b
--- /dev/null
+++ b/disk/dd_rescue/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=dd_rescue
+ VERSION=1.14
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://www.garloff.de/kurt/linux/ddrescue/$SOURCE
+
SOURCE_HASH=sha512:3dfbafecc2474f989298c308bf1d630f5c9e1246aae5be5a81c881b99fe603f195ffaa360fe8b4b067921ff9e0b0a00aa1f34831129e735723b5cf9de895ba5f
+ WEB_SITE=http://www.garloff.de/kurt/linux/ddrescue/
+ ENTERED=20071121
+ LICENSE=GPL
+ KEYWORDS="disk"
+ SHORT="a dd which ignores errors"
+cat << EOF
+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.
+EOF
diff --git a/disk/dd_rescue/HISTORY b/disk/dd_rescue/HISTORY
new file mode 100644
index 0000000..f7ff0d8
--- /dev/null
+++ b/disk/dd_rescue/HISTORY
@@ -0,0 +1,3 @@
+2007-11-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD, HISTORY: created this spell, version 1.14
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (3bbb47daf6aaab75cdf6dddb76ca58b3c303a9ec), Ladislav Hagara, 11/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page