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.
- Host: GitHub
- URL: https://github.com/michael-sebero/data-recovery-tools
- Owner: Michael-Sebero
- License: gpl-3.0
- Created: 2025-07-13T15:01:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T20:24:22.000Z (8 months ago)
- Last Synced: 2025-09-28T22:12:31.475Z (8 months ago)
- Topics: algiz-linux, archive, corruption, data, data-recovery, linux, recover, recovery, rust, tool, tool-suite, tools
- Language: C
- Homepage:
- Size: 930 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.