diff options
Diffstat (limited to 'app-forensics/magicrescue/metadata.xml')
-rw-r--r-- | app-forensics/magicrescue/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-forensics/magicrescue/metadata.xml b/app-forensics/magicrescue/metadata.xml new file mode 100644 index 000000000000..cb86cd748403 --- /dev/null +++ b/app-forensics/magicrescue/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>forensics</herd> +<maintainer> + <email>forensics@gentoo.org</email> + <name>Forensics Herd</name> +</maintainer> +<longdescription> +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 (this program was not written for fun) shows, however, that chunks of 30-50MB are not uncommon. +</longdescription> +</pkgmetadata> |