Skip to content

disk space: make it easy to manager #7989

Open
@williamstein

Description

@williamstein

Basically, do this:

~$ du -sh * .[!.]* | grep -v .snapshots | sort -h

But for a UI, maybe

~$ du -sh * .[!.]* 

streaming the output to the frontend, then sorting as new output appears, with links to each directory, and maybe some heuristic knowledge about what is safe to delete...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions