Skip to content

Releases: timlinux/zfs-backup

v1.2.0 - Pool Info, Maintenance & UI Improvements

04 Mar 08:30

Choose a tag to compare

What's New in v1.2.0

This release adds powerful pool inspection and maintenance tools, along with significant UI improvements.

New Features

Show zpool info

View comprehensive information about any ZFS pool:

  • Pool structure and device layout
  • Health status and error counts
  • Usage statistics (size, allocated, free, fragmentation)
  • All datasets with mountpoints
  • All snapshots with creation dates

Pool Maintenance

Monitor and control pool scrub operations:

  • Start scrub (s) - Begin data integrity verification
  • Stop scrub (x) - Cancel an in-progress scrub
  • Refresh (r) - Update the status display
  • Real-time progress monitoring

Scrollable Result Reports

Long backup completion reports now display in a scrollable viewport, keeping the header and footer visible at all times.

Improvements

  • Auto-import pools: Unimported pools are automatically imported when accessed
  • Encryption handling: Encrypted pools properly prompt for password when needed
  • Cleaner UI: Removed emojis throughout for better terminal compatibility
  • Consistent navigation: All info screens use scrollable viewports with the same keybindings

Installation

Quick Install (Linux x86_64)

curl -L https://github.com/timlinux/zfs-backup/releases/download/v1.2.0/zfs-backup-linux-amd64 -o zfs-backup
chmod +x zfs-backup
sudo mv zfs-backup /usr/local/bin/

Package Managers

Platform Install Method
NixOS nix run github:timlinux/zfs-backup
Arch (AUR) yay -S zfs-backup
Fedora/RHEL Build from packaging/rpm/zfs-backup.spec
Debian/Ubuntu Build from packaging/deb/
Snap Build from packaging/snap/snapcraft.yaml
Flatpak Build from packaging/flatpak/

See INSTALL.md for detailed instructions.

Downloads

File Platform
zfs-backup-linux-amd64 Linux x86_64
zfs-backup-linux-arm64 Linux ARM64 (Pi, etc.)
zfs-backup-darwin-amd64 macOS Intel
zfs-backup-darwin-arm64 macOS Apple Silicon
checksums-sha256.txt SHA256 checksums

Made with <3 by Kartoza | Donate! | GitHub