Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 23:39:28 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432812 - head/sysutils/zap
Message-ID:  <201701292339.v0TNdSCf041843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sun Jan 29 23:39:28 2017
New Revision: 432812
URL: https://svnweb.freebsd.org/changeset/ports/432812

Log:
  sysutils/zap: Update COMMENT and pkg-descr.
  
  Approved by:	swills (mentor, implicit)

Modified:
  head/sysutils/zap/Makefile
  head/sysutils/zap/pkg-descr

Modified: head/sysutils/zap/Makefile
==============================================================================
--- head/sysutils/zap/Makefile	Sun Jan 29 23:39:24 2017	(r432811)
+++ head/sysutils/zap/Makefile	Sun Jan 29 23:39:28 2017	(r432812)
@@ -2,10 +2,11 @@
 
 PORTNAME=	zap
 PORTVERSION=	0.6.7
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	jrm@FreeBSD.org
-COMMENT=	Maintain ZFS snapshots with cron
+COMMENT=	Maintain and replicate ZFS snapshots
 
 LICENSE=	BSD2CLAUSE
 

Modified: head/sysutils/zap/pkg-descr
==============================================================================
--- head/sysutils/zap/pkg-descr	Sun Jan 29 23:39:24 2017	(r432811)
+++ head/sysutils/zap/pkg-descr	Sun Jan 29 23:39:28 2017	(r432812)
@@ -1,8 +1,12 @@
-Use zap to maintain ZFS snapshots with cron.
+Maintain and replicate ZFS snapshots
 
-- Uses no configuration files
-- Uses namespaces to avoid collisions with other snapshots.
-- Creates and destroys snapshots only when it makes sense to.
-- Written in POSIX sh.
+zap automates the management of zfs snapshots.  With a few, simple
+crontab entries, it can be used to create a comprehensive zfs backup
+system.  There are no configuration files.  All parameters are supplied
+on the command line or in zfs properties and all snapshot information
+is stored in snapshot names.
+
+zap plays nice with manually created snapshots or snapshots from other
+tools.  It will only operate on snapshots it creates.
 
 WWW: https://github.com/Jehops/zap



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701292339.v0TNdSCf041843>