LinuxCommandLibrary

redu

TUI for analyzing restic backup repository disk usage

TLDR

Analyze a restic repository
$ redu [path/to/restic/repo]
copy

SYNOPSIS

redu [options] repository

DESCRIPTION

redu is a terminal user interface for analyzing restic backup repositories. It aggregates data from all snapshots to identify space-consuming files, folders, and items across backups. Features include a file-tree browsing interface, size comparisons across snapshots, marking files for exclusion, and a caching system for faster subsequent runs.

CAVEATS

Requires restic to be installed. Only works with restic backup repositories.

HISTORY

redu was created by drdo and is written in Rust.

SEE ALSO

restic(1), ncdu(1), du(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard