[Lunar-commits] r18564 - in moonbase/trunk/filesys: . foremost
Auke Kok
sofar at lunar-linux.org
Tue Feb 7 17:58:55 UTC 2006
Author: sofar
Date: 2006-02-07 17:58:52 +0000 (Tue, 07 Feb 2006)
New Revision: 18564
Added:
moonbase/trunk/filesys/foremost/
moonbase/trunk/filesys/foremost/BUILD
moonbase/trunk/filesys/foremost/DETAILS
Log:
Data recovery tool - uses magic-like recognition of files on random block devices - you can use this to recover recognizeable files from a crashed hd, or when you accidentally rm *-ed data. /me waves to Xoritor!
Added: moonbase/trunk/filesys/foremost/BUILD
===================================================================
--- moonbase/trunk/filesys/foremost/BUILD 2006-02-07 17:15:57 UTC (rev 18563)
+++ moonbase/trunk/filesys/foremost/BUILD 2006-02-07 17:58:52 UTC (rev 18564)
@@ -0,0 +1,7 @@
+(
+
+ sedit 's:/usr/local:/usr:g;s:/usr/man:/usr/share/man:g;s:/usr/etc:/etc:g' Makefile config.c &&
+ sedit "s:-O2:$CFLAGS:" Makefile &&
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/filesys/foremost/DETAILS
===================================================================
--- moonbase/trunk/filesys/foremost/DETAILS 2006-02-07 17:15:57 UTC (rev 18563)
+++ moonbase/trunk/filesys/foremost/DETAILS 2006-02-07 17:58:52 UTC (rev 18564)
@@ -0,0 +1,19 @@
+ MODULE=foremost
+ VERSION=1.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://foremost.sourceforge.net/pkg/
+ SOURCE_VFY=sha1:bf72a5cf31bba99fc41115f27f01cf3b838c583e
+ WEB_SITE=http://foremost.sourceforge.net/pkg/
+ ENTERED=20060207
+ UPDATED=20060207
+ SHORT="A data carving / recovery tool"
+cat << EOF
+Foremost is a console program to recover files based on their headers,
+footers, and internal data structures. This process is commonly referred
+to as data carving. Foremost can work on image files, such as those
+generated by dd, Safeback, Encase, etc, or directly on a drive. The
+headers and footers can be specified by a configuration file or you
+can use command line switches to specify built-in file types. These
+built-in types look at the data structures of a given file format
+allowing for a more reliable and faster recovery.
+EOF
More information about the Lunar-commits
mailing list