From cc12e027aa37dbe947547f56da6aba5abf802cc6 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 30 Sep 2006 08:02:15 +0000 Subject: The dvdisaster project: dvdisaster provides a margin of safety against data loss on CD and DVD media caused by aging or scratches. * dvdisaster creates error correction data to compensate read errors which are not correctable in the CD/DVD drive. * dvdisaster tries to read as much data as possible from defective media. Afterwards unreadable sectors are recovered using the previously created error correction data. The maximum error correction capacity is user-selectable. * dvdisaster operates at the image level and does not depend on the file system. If you create the error correction data in time and keep it at a safe place, you have a good chance of recovering the medium contents from typical read errors and to transfer your complete data onto a new medium. WWW: http://www.dvdisaster.com/ PR: ports/103772 Submitted by: Heiner --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 9425a9d66fa2..dee57842875e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -139,6 +139,7 @@ SUBDIR += dvd+rw-tools SUBDIR += dvdbackup SUBDIR += dvdimagecmp + SUBDIR += dvdisaster SUBDIR += dvdtape SUBDIR += dwatch SUBDIR += e2fsprogs -- cgit