A simple GUI that lists ZFS filesystems and snapshots in a Gtk TreeView widget.
Written in Python. Developed and tested on Ubuntu 18.04 only.
- Snapshots can be expanded and collapsed
- Sortable by clicking column headers. Human-readable sizes are sorted correctly.
- Use
-o
to display any properties supported byzfs list
(default isname,used,avail,refer,mountpoint
) - Refresh button
- Column widths and window size are saved on exit
- Can easily be extended to pass selected filesystem(s) or snapshot(s) to external script.
zfs-list-gtk.py [-o property[,...]] [filesystem]