-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ls --ncdu is broken when filtering by path #4910
Copy link
Copy link
Closed
Description
Output of restic version
Current master branch (pre 0.17.0)
What backend/service did you use to store the repository?
local
Problem description / Steps to reproduce
Create a backup of the restic source code:
./restic backup ../resticRun ls --ncdu and let it filter by some paths, then ncdu (version 2.4) fails to load the output
./restic ls --ncdu latest /restic/cmd /restic/internal | ncdu -f -
Error importing file on line 55:1: expected ',' or ']'.For me currently --ncdu only works if no path was specified.
Expected behavior
Valid output readable by ncdu.
Do you have any idea what may have caused this?
I guess I've messed up the output generated during tree traversal in #4550.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels