Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 606 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 606 Bytes

Disk Rescue

Overview

Disk Rescue is a Rust-based tool that allows you to recover your data from drives, USB sticks, and other storage devices.

Installation

Prerequisites

  • Rust
  • Cargo

Clone the repository

git clone https://github.com/lytexdev/disk-rescue.git
cd disk-rescue

Build the application

cargo build --release

The binary will be available in ./target/release/disk-rescue.

Usage

./target/release/disk-rescue

License

This project is licensed under the GNU General Public License v2. See the LICENSE file for details.