Merge pull request #4911 from MichaelEischer/fix-filtered-ls-ncdu

ls: Fix --ncdu output with path filters and fix disk size
This commit is contained in:
Michael Eischer
2024-07-10 20:27:42 +02:00
committed by GitHub
4 changed files with 43 additions and 21 deletions

View File

@@ -9,3 +9,4 @@ 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
https://github.com/restic/restic/pull/4911