Date: Tue, 19 Jul 2005 12:17:18 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/magicrescue Makefile distinfo pkg-descr pkg-plist ports/sysutils/magicrescue/files patch-magicsort Message-ID: <200507191217.j6JCHII1046226@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2005-07-19 12:17:18 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/magicrescue Makefile distinfo pkg-descr pkg-plist
sysutils/magicrescue/files patch-magicsort
Log:
Magic Rescue scans a block device for file types it knows how to recover and
calls an external program to extract them. It looks at "magic bytes" in file
contents, so it can be used both as an undelete utility and for recovering a
corrupted drive or partition. As long as the file data is there, it will
find it.
It works on any file system, but on very fragmented file systems it can only
recover the first chunk of each file. Practical experience shows, however, that
chunks of 30-50MB are not uncommon.
PR: ports/83666
Submitted by: Emanuel Haupt <ehaupt@mx.critical.ch>
Approved by: flz (mentor)
Revision Changes Path
1.681 +1 -0 ports/sysutils/Makefile
1.1 +34 -0 ports/sysutils/magicrescue/Makefile (new)
1.1 +2 -0 ports/sysutils/magicrescue/distinfo (new)
1.1 +20 -0 ports/sysutils/magicrescue/files/patch-magicsort (new)
1.1 +14 -0 ports/sysutils/magicrescue/pkg-descr (new)
1.1 +35 -0 ports/sysutils/magicrescue/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507191217.j6JCHII1046226>
