Files
ports/sysutils/dd_rescue/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
368 B
Plaintext

dd_rescue is a dd tool with following features suitable for rescuing data from
a medium with errors.
- Don't abort on errors on the input file unless the user specify the maximum
error number.
- Don't truncate the output file.
- Can use two different block sizes for normal operation and the case of errors.
- Can start from the end of the file and move backwards.