← 返回命令列表

Linux command

recoverpy 命令

安全

权限或系统影响较大,执行前请核对目标。

常用示例

Launch the recovery TUI

sudo recoverpy

Install via pip

pip install recoverpy

Run via pipx without installing

sudo pipx run recoverpy

说明

recoverpy is a TUI (Text User Interface) tool for interactively recovering deleted or overwritten files. It scans raw partition data directly, searching for byte patterns across the entire block device. Unlike other recovery tools, it can recover both deleted files and overwritten data by scanning every block on the selected partition. On launch, recoverpy presents a partition selector, then prompts for a search string. It scans each block on the device and displays matching results interactively, allowing you to navigate through adjacent blocks and save recovered content.

FAQ

What is the recoverpy command used for?

recoverpy is a TUI (Text User Interface) tool for interactively recovering deleted or overwritten files. It scans raw partition data directly, searching for byte patterns across the entire block device. Unlike other recovery tools, it can recover both deleted files and overwritten data by scanning every block on the selected partition. On launch, recoverpy presents a partition selector, then prompts for a search string. It scans each block on the device and displays matching results interactively, allowing you to navigate through adjacent blocks and save recovered content.

How do I run a basic recoverpy example?

Run `sudo recoverpy` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more recoverpy examples?

This page includes 3 examples for recoverpy, plus related commands for nearby Linux tasks.