The Wayback Machine - https://web.archive.org/web/20210731175429/https://github.com/topics/data-recovery
Skip to content
#

data-recovery

Here are 36 public repositories matching this topic...

RecoverPy
PabloLec
PabloLec commented Jun 21, 2021

Currently, RecoverPy only works with Linux systems.
This is due to the different tools it uses under the hood but theoretically it could be adapted to work on macOS.

grep, dd and even progress are compatible with macOS, so no change needed here.
But lsblk is not so here is the first difference.

Additions needed I can think of right now are:

  • Detect if OS is Linux or macOS (done).

Improve this page

Add a description, image, and links to the data-recovery topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-recovery topic, visit your repo's landing page and select "manage topics."

Learn more