From owner-svn-ports-all@freebsd.org Sun Jan 29 23:39:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A93BCC73C7; Sun, 29 Jan 2017 23:39:30 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD9DDB4; Sun, 29 Jan 2017 23:39:29 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0TNdS09041845; Sun, 29 Jan 2017 23:39:28 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0TNdSCf041843; Sun, 29 Jan 2017 23:39:28 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201701292339.v0TNdSCf041843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 29 Jan 2017 23:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432812 - head/sysutils/zap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2017 23:39:30 -0000 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