mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 13:47:42 +00:00
add changelog for ls --ncdu
This commit is contained in:
parent
a9310948cf
commit
b2703a4089
11
changelog/unreleased/issue-4549
Normal file
11
changelog/unreleased/issue-4549
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Enhancement: Add `--ncdu` option to `ls` command
|
||||||
|
|
||||||
|
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.
|
||||||
|
The `ls` command now supports the `--ncdu` option which outputs information
|
||||||
|
about a snapshot in the NCDU format.
|
||||||
|
|
||||||
|
You can use it as follows: `restic ls latest --ncdu | ncdu -f -`
|
||||||
|
|
||||||
|
https://github.com/restic/restic/issues/4549
|
||||||
|
https://github.com/restic/restic/pull/4550
|
Loading…
Reference in New Issue
Block a user