Diskrescue is a tool to verify and/or recover as mycg data as possible from failed disks. OK phessler, marco@

This commit is contained in:
laurent 2009-05-18 08:20:02 +00:00
parent 66f27e238f
commit 6bfeed7d56
4 changed files with 44 additions and 0 deletions

32
sysutils/diskrescue/Makefile Executable file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/18 08:20:02 laurent Exp $
COMMENT = a fancy dd
V = 0.1
DISTNAME = diskrescue-${V}
CATEGORIES = sysutils
HOMEPAGE = http://www.peereboom.us/diskrescue/
MAINTAINER = Laurent Fanis <laurent@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c
MASTER_SITES = ${HOMEPAGE}/snapshot/
EXTRACT_SUFX = .tgz
NO_REGRESS= Yes
do-install:
echo ${WRKSRC}
${INSTALL_PROGRAM} ${WRKSRC}/diskrescue ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/diskrescue.8 ${PREFIX}/man/man8/diskrescue.8
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (diskrescue-0.1.tgz) = XF/tYjxkqq6sd10amcUNQA==
RMD160 (diskrescue-0.1.tgz) = 3dm2E8Nr/THMWKGlQg3c67NUmgs=
SHA1 (diskrescue-0.1.tgz) = CgPjAdmSL1HTXlP2heRxv2MooYQ=
SHA256 (diskrescue-0.1.tgz) = BR2ekhd9Hkab8ZLGSlWfKVirfoRGUampHoARdbcBljg=
SIZE (diskrescue-0.1.tgz) = 4530

View File

@ -0,0 +1,4 @@
Diskrescue is a tool to verify and/or recover as much data as possible
from failed disks. The idea is to read all sectors of a disk and let
the disk reallocate bad or soon to be bad sectors. While the disk is
being read it can clone the data to a file or another disk.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/18 08:20:02 laurent Exp $
@bin bin/diskrescue
@man man/man8/diskrescue.8