From 71c00a06d857ba2327a846b656f30c96c3f13680 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 11 Feb 2009 21:20:03 +0000 Subject: Zetaback is a thin-agent based ZFS backup tool. It is designed to: * run from a central host * scan clients for new ZFS filesystems * manage varying desired backup intervals (per host) for o full backups o incremental backups * maintain varying retention policies (per host) * summarize existing backups * restore any host:fs backup at any point in time to any target host --- sysutils/zetaback/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sysutils/zetaback/Makefile (limited to 'sysutils/zetaback/Makefile') diff --git a/sysutils/zetaback/Makefile b/sysutils/zetaback/Makefile new file mode 100644 index 000000000000..c43d19792bec --- /dev/null +++ b/sysutils/zetaback/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: zetaback +# Date created: Wed Aug 13 21:50:57 PDT 2008 +# Whom: Cy Schubert +# +# $FreeBSD$ +# + +PORTNAME= zetaback +PORTVERSION= 1.0.2 +CATEGORIES= sysutils +MASTER_SITES= https://labs.omniti.com/zetaback/tags/1.0/ + +MAINTAINER= cy@FreeBSD.org +COMMENT= ZFS backup and recovery management system + +USE_PERL5_RUN= YES +GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf:262 + +MAN1= zetaback.1 zetaback_agent.1 + +post-install: + @${CP} ${PREFIX}/etc/zetaback.conf.sample ${PREFIX}/etc/zetaback.conf + @${CP} ${PREFIX}/etc/zetaback_agent.conf.sample ${PREFIX}/etc/zetaback_agent.conf + +.include -- cgit v1.2.3