ZFS Administration GUI

Overview

ZYGGY

ZFS Administration GUI

Zyggy is a very simple GUI for basic ZFS administration. The system provides graphical access for most frequently used ZFS and ZPOOL commands, as listed below:

Commands available to date:

  • zfs create (Dataset)
  • zfs create -v (Volumes)
  • zfs rename
  • zfs snapshot
  • zfs clone
  • zfs promote
  • zfs rollback
  • zfs remove
  • zfs get all
  • zpool rename
  • zpool remove
  • zpool get all

zyggy

Zyggy is the GTK version of a previous ncurses-based development called ZC (ZFS commander) available in https://github.com/manoeldesouza/zc

Dependencies

  • FreeBSD:

    • FreeBSD 12 release: pkg install python37 gtk3 py37-gobject3 (and xorg and a window manager of choice)
    • FreeBSD 13 current: pkg install python37 gtk3 py37-gobject3 (and xorg and a window manager of choice)
  • Manjaro:

    • i3: pacman -S zfs
  • Ubuntu:

    • Dekstop 20.04: sudo apt install zfsutils-linux
    • Dekstop 20.10: sudo apt install zfsutils-linux
    • Server 20.10: sudo apt install zfsutils-linux python3.7-minimal libgtk-3-0 libgtk-3-dev libcairo-gobject2
    • Server 20.04: sudo apt install zfsutils-linux python3.7-minimal libgtk-3-0 libgtk-3-dev libcairo-gobject2

Usage:

sudo ./zyggy

You might also like...
A small pomodoro GUI for Windows/Linux created in Python with PyQt5.
A small pomodoro GUI for Windows/Linux created in Python with PyQt5.

Pomodoro A small pomodoro GUI for Windows/Linux created with PyQt5. Features The "Timer" tab allows you to set your desired work and rest times aswell

Learn to build a Python Desktop GUI app using pywebview, Python, JavaScript, HTML, & CSS.
Learn to build a Python Desktop GUI app using pywebview, Python, JavaScript, HTML, & CSS.

Python Desktop App Learn how to make a desktop GUI application using Python, JavaScript, HTML, & CSS all thanks to pywebview. pywebview is essentially

A Minimalistic Backup GUI for your Windows, Mac or Linux
A Minimalistic Backup GUI for your Windows, Mac or Linux

BlobBackup is a minimalistic backup utility for your Windows, Mac or Linux computer. With an excellent engine, extensive storage support, and an easy

A Minimalistic Backup GUI for your Windows, Mac or Linux
A Minimalistic Backup GUI for your Windows, Mac or Linux

BlobBackup is a minimalistic backup utility for your Windows, Mac or Linux computer. With an excellent engine, extensive storage support, and an easy

This is a GUI based text and image messenger. Other functionalities will be added soon.

Pigeon-Messenger (Requires Python and Kivy) Pigeon is a GUI based text and image messenger using Kivy and Python. Currently the layout is built. Funct

My Git GUI version made in Python and Tkinter.

Description My Git GUI version made in Python and Tkinter. How to use Basically, create a folder in your computer, open the software, select the path

GUI for Volatility forensics tool written in PyQT5
GUI for Volatility forensics tool written in PyQT5

Volatility GUI This is a GUI for Volatility forensics tool written in PyQT5 Prerequisites: 1- Installed version of Volatility. 2- Install PyQT5. sudo

Make nixos usable for non-technical users through a settings / package management GUI.
Make nixos usable for non-technical users through a settings / package management GUI.

Nix-Gui Make nixos usable for non-technical users through a settings / package management GUI. Motives The declarative nature of ni

Basic calculator using Tkinter GUI
Basic calculator using Tkinter GUI

Basic calculator using Tkinter GUI

Comments
  • Add desktop file

    Add desktop file

    Thanks for creating this tool. It's been helpful as i learn my way around ZFS. Sometimes, being able to see things graphically is just better for learning and discovery compared to the CLI.

    In any event, I wanted to be able to launch the tool from my desktop app launcher (KDE). I did not test on gnome, but the .desktop file should work.

    opened by kquinsland 0
  • Refer to something explanatory when a type is not found

    Refer to something explanatory when a type is not found

    When (for example) a dataset exists but a volume does not:

    image

    • the error is misleading,

    no datasets available

    Where a listing is empty, refer to something explanatory.

    Volumes

    zpoolconcepts(8) comes to mind however https://openzfs.github.io/openzfs-docs/man/8/zpoolconcepts.8.html appears to be outdated (compared to https://www.freebsd.org/cgi/man.cgi?query=zfsconcepts(8) for the same page for OpenZFS in FreeBSD) and unless I'm missing something, neither page effectively conceptualises a volume in the context of OpenZFS.

    https://www.freebsd.org/cgi/man.cgi?query=zpool(8) no mention of volume or ZVOL.

    Maybe this 2012 page: Aaron Toponce : ZFS Administration, Part XIV- ZVOLS

    opened by grahamperrin 0
  • unable to execute ./zyggy: No such file or directory

    unable to execute ./zyggy: No such file or directory

    % sudo ./zyggy
    grahamperrin's password:
    sudo: unable to execute ./zyggy: No such file or directory
    % ls -hl ./zyggy 
    -rwxr-xr-x  1 grahamperrin  grahamperrin    19K 18 Jan 18:14 ./zyggy
    % tail ./zyggy 
            dialog.set_title("GET ALL")
            dialog.set_default_size(800, 600)
            dialog.set_border_width(10)
            dialog.set_position(Gtk.WindowPosition.CENTER)
            dialog.show_all()
    
    
    zyggy = App()
    
    Gtk.main()% 
    % date ; uname -v
    Tue 19 Jan 2021 19:19:09 GMT
    FreeBSD 13.0-CURRENT #75 main-c572-g82397d791: Sun Jan  3 20:00:09 GMT 2021     root@mowa219-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG 
    % python --version
    Python 3.7.9
    % 
    
    opened by grahamperrin 2
Owner
null
A GUI for designing Python GUI's for PySimpleGUI.

SimpleGUIBuilder A GUI for designing Python GUI's for PySimpleGUI. Installation There is none :) just download the file from a release and run it. Don

Miguel Martins 65 Dec 22, 2022
PyQt5 Sample GUI Program - Python PyQt5 Sample GUI application

Python PyQt5 Sample GUI application Program work like this Designed GUI using De

Dimuth De Zoysa 5 Mar 27, 2022
The GUI application by Python3.8. Using QT Design draw UI and generator UI XML file provides to PySide2 build GUI components

The GUI application by Python3.8. Using QT Design draw UI and generator UI XML file provides to PySide2 build GUI components. Total adopt OOD design class, service, and abstract class. OOP implemented this project.

Jiage 1 Jan 11, 2022
A little Python library for making simple Electron-like HTML/JS GUI apps

Eel Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries. Ee

Chris Knott 5.4k Jan 7, 2023
Turn (almost) any Python command line program into a full GUI application with one line

Gooey Turn (almost) any Python 2 or 3 Console Program into a GUI application with one line Support this project Table of Contents Gooey Table of conte

Chris 17k Jan 9, 2023
Build GUI for your Python program with JavaScript, HTML, and CSS

https://pywebview.flowrl.com pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its o

Roman 3.3k Jan 1, 2023
A Python native, OS native GUI toolkit.

Toga A Python native, OS native GUI toolkit. Prerequisites Minimum requirements Toga requires Python 3. Python 2 is not supported. If you're on macOS,

BeeWare 3.3k Dec 31, 2022
Custom GUI for your Blender add-ons using Dear ImGui

Dear Imgui for Blender Use the infamous Dear ImGui library directly in your Blender scripts! This means custom GUI drawing in your operators: Normally

Elie Michel 83 Dec 25, 2022
Edifice: a declarative GUI library for Python

Edifice is a Python library for building reactive UI, inspired by modern Javascript libraries such as React.

David Ding 193 Dec 11, 2022
A Python native, OS native GUI toolkit.

Toga A Python native, OS native GUI toolkit. Prerequisites Minimum requirements Toga requires Python 3. Python 2 is not supported. If you're on macOS,

BeeWare 3.3k Jan 2, 2023