Linux command
redu 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Analyze a restic repository
redu
Analyze a specific
redu -r [path/to/restic/repo]
Use a password file
redu -r [path/to/repo] --password-file [path/to/pwfile]
Disable caching
redu --no-cache
说明
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.
参数
- -r, --repo _path_
- Path or URL to the restic repository. Defaults to RESTIC_REPOSITORY.
- --password-file _file_
- Read repository password from file. Defaults to RESTIC_PASSWORD_FILE.
- --password-command _cmd_
- Command whose output is used as the repository password.
- --no-cache
- Do not use or write to the redu cache.
- -h, --help
- Display help information.
- -V, --version
- Show version information.
FAQ
What is the redu command used for?
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.
How do I run a basic redu example?
Run `redu` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -r, --repo _path_ do in redu?
Path or URL to the restic repository. Defaults to RESTIC_REPOSITORY.