GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors.
To install ddrescue, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ddrescue
To see what files were installed by ddrescue, run:
port contents ddrescue
To later upgrade ddrescue, run:
sudo port selfupdate && sudo port upgrade ddrescue
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.