jashank / zfsweb

Web-based ZFS snapshot browser. [DEPRECATED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Web-based ZFS snapshot browser. [DEPRECATED]

License:Apache License 2.0


Languages

Language:Perl 100.0%