Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 769 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 769 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, if necessary, $LOGO and $LOGO_ALT).
  4. Change %STORES to point at the filesystems.

Full Documentation

... is available here.