2023-10-30 11:09:33 +00:00
|
|
|
Enhancement: Add `--ncdu` option to `ls` command
|
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
NCDU (NCurses Disk Usage) is a tool to analyse disk usage of directories. It has
|
|
|
|
an option to save a directory tree and analyse it later.
|
2023-10-30 11:09:33 +00:00
|
|
|
|
2024-07-22 22:19:22 +00:00
|
|
|
The `ls` command now supports outputting snapshot information in the NCDU format
|
|
|
|
using the `--ncdu` option. Example usage: `restic ls latest --ncdu | ncdu -f -`
|
2023-10-30 11:09:33 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4549
|
|
|
|
https://github.com/restic/restic/pull/4550
|
2024-07-07 11:45:05 +00:00
|
|
|
https://github.com/restic/restic/pull/4911
|