Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 787 Bytes

zfsweb - Primitive ZFS snapshot browser

zfsweb is a basic web interface to a ZFS snapshot hierarchy. Written in Perl, using only a handful of lightweight external modules, and generating an interface using Twitter Bootstrap, it's fast, responsive and friendly.

Quick Installation

  1. Create a CGI-capable directory in a web root on your ZFS system.
  2. Copy zfsweb.pl and a logo (preferably logo/zfsweb.png) to that directory as zfsweb.pl and logo.png, respectively.
  3. Change $ZFSWEB_PATH and $STORAGE (and, if necessary, $LOGO and $LOGO_ALT).
  4. Change %STORES to point at the filesystems.

Full Documentation

... is available here.