From 3a5433c35e4f7b36a11779c0adc89fc8adc74225 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Sun, 29 Jan 2017 23:39:28 +0000 Subject: [PATCH] sysutils/zap: Update COMMENT and pkg-descr. Approved by: swills (mentor, implicit) --- sysutils/zap/Makefile | 3 ++- sysutils/zap/pkg-descr | 14 +++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile index 661d133ad9d6..bc07fbf0c870 100644 --- a/sysutils/zap/Makefile +++ b/sysutils/zap/Makefile @@ -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 diff --git a/sysutils/zap/pkg-descr b/sysutils/zap/pkg-descr index 2d8bd63f990c..5f213972dfc7 100644 --- a/sysutils/zap/pkg-descr +++ b/sysutils/zap/pkg-descr @@ -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