Observability
Recover overwritten or deleted data.
RecoverPy is a powerful tool that leverages your system capabilities to recover lost files.
Unlike others, you can not only recover deleted files but also overwritten data.
Every block of your partition will be scanned. You can even find a string in binary files.
:penguin: RecoverPy is currently only available on Linux systems.
:red_circle: You must be root or use sudo.
Mandatory: To list and search through your partitions, recoverpy uses grep
, dd
, and lsblk
commands. Although, if you're running a major Linux distrucition these tools should already be installed.
Optional: To display real time grep progress, you can install progress
.
To install all dependencies:
apt install grep coreutils util-linux progress
pacman -S grep coreutils util-linux progress
dnf install grep coreutils util-linux progress
You can directly run recoverpy with pipx in an isolated environment without installing it.
To install pipx, follow the official documentation.
To run recoverpy with pipx, simply run:
sudo pipx run recoverpy
python3 -m pip install recoverpy
yay -S python-recoverpy
python3 -m recoverpy
Select the system partition in which your file was. If you are out of luck, you can alternatively search in your home partition, maybe your IDE, text editor, etc. made a backup at some point.
Type a text string to search. See tips below for better results.
Start search, Results will appear in the left-hand box.
Select a result.
Once you have found your precious, select Open
.
You can now either save this block individually or explore neighboring blocks for the remaining parts of the file. You could then save it all in one file.
Regarding the searched string:
When you have found your file:
Thank you for considering contributing to RecoverPy. Any request, bug report or PR are welcome. Please read the contributing guide.