An open API service indexing awesome lists of open source software.

https://github.com/michael-sebero/data-recovery-tools

This tool suite recovers sensitive data.
https://github.com/michael-sebero/data-recovery-tools

algiz-linux archive corruption data data-recovery linux recover recovery rust tool tool-suite tools

Last synced: 16 days ago
JSON representation

This tool suite recovers sensitive data.

Awesome Lists containing this project

README

          

## How to Use
```
git clone https://github.com/Michael-Sebero/Data-Recovery-Tools

cd /home/$USER/Data-Recovery-Tools && sh data-recovery-tools
```

## Ram Copy
This program is a gentle file/directory copying program designed for data recovery that minimizes stress on damaged storage devices by using small chunks, delays between operations and a hybrid approach of loading smaller files into memory while streaming larger files directly to reduce wear on unstable drives.

## Repair Archive
This program is a universal archive recovery tool that can detect, diagnose, and repair corrupted archive files `.zip .tar .gzip .bzip2 .7z .rar` by implementing various repair strategies like fixing end-of-file records, rebuilding central directories and recovering partial data.

## Safe Open
This program opens up archives and media in a dying drive safely.