Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (61af769514ff4759b340eea079c880d241ad622a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (61af769514ff4759b340eea079c880d241ad622a)
  • Date: Sun, 27 Aug 2006 08:56:39 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
disk/ddrescue/BUILD | 2 ++
disk/ddrescue/DETAILS | 31 +++++++++++++++++++++++++++++++
disk/ddrescue/HISTORY | 2 ++
4 files changed, 38 insertions(+)

New commits:
commit 12f86a607a0ffea871bf5f81a168e9b7448dd3ae
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

disk/ddrescue: added new spell, a data recovery tool

diff --git a/ChangeLog b/ChangeLog
index bd57c3e..06b6d7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * disk/ddrescue: new spell, a data recovery tool
+
2006-08-26 Anton Brondz <dinolinux AT sourcemage.org>
* mobile/moto4lin: new spell thanks to Armando Vega

diff --git a/disk/ddrescue/BUILD b/disk/ddrescue/BUILD
new file mode 100755
index 0000000..af842a0
--- /dev/null
+++ b/disk/ddrescue/BUILD
@@ -0,0 +1,2 @@
+./configure --prefix="$INSTALL_ROOT/usr" &&
+make
diff --git a/disk/ddrescue/DETAILS b/disk/ddrescue/DETAILS
new file mode 100755
index 0000000..5c20520
--- /dev/null
+++ b/disk/ddrescue/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=ddrescue
+ VERSION=1.2
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=http://ftp.gnu.org/gnu/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:0f597d90947dbb7b0a7430c614831c0b0f917fa8c579df0bd1b5ea25fd71c57635a40a30a99f9769c9759e73ec59137d87c741c99172ab411cc4c4aafe9a20b8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://www.gnu.org/software/ddrescue/ddrescue.html
+ LICENSE[0]=GPL
+ ENTERED=20060827
+ SHORT="a data recovery tool"
+cat << EOF
+It copies data from one file or block device (hard disc, cdrom, etc) to
+another, trying hard to rescue data in case of read errors.
+
+Ddrescue does not truncate the output file if not asked to. So, every time
+you run it on the same output file, it tries to fill in the gaps.
+
+The basic operation of ddrescue is fully automatic. That is, you don't have
to
+wait for an error, stop the program, read the log, run it in reverse mode,
etc.
+
+If you use the logfile feature of ddrescue, the data is rescued very
+efficiently (only the needed blocks are read). Also you can interrupt the
+rescue at any time and resume it later at the same point.
+
+Automatic merging of backups: If you have two or more damaged copies of
+a file, cdrom, etc, and run ddrescue on all of them, one at a time, with
+the same output file, you will probably obtain a complete and error-free
+file. This is so because the probability of having damaged areas at the
+same places on different input files is very low. Using the logfile, only
+the needed blocks are read from the second and successive copies.
+EOF
diff --git a/disk/ddrescue/HISTORY b/disk/ddrescue/HISTORY
new file mode 100644
index 0000000..5d4b258
--- /dev/null
+++ b/disk/ddrescue/HISTORY
@@ -0,0 +1,2 @@
+2006-08-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (61af769514ff4759b340eea079c880d241ad622a), Florian Franzmann, 08/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page