1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.2

PR:		208600
Submitted by:	jrm@ftfl.ca (maintainer)
This commit is contained in:
Dmitry Marakasov 2016-04-07 15:58:44 +00:00
parent e78bcb6d36
commit 1f63cc948e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412673
3 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zap
PORTVERSION= 0.1.2
PORTVERSION= 0.2
CATEGORIES= sysutils
MAINTAINER= jrm@ftfl.ca

View File

@ -1,2 +1,2 @@
SHA256 (Jehops-zap-0.1.2_GH0.tar.gz) = e77b0007aa576f2ef806c9b731b40481071345f73772c1087097b8a6f5b96d59
SIZE (Jehops-zap-0.1.2_GH0.tar.gz) = 2628
SHA256 (Jehops-zap-0.2_GH0.tar.gz) = 4dba81b26f99dbb335d4e6e6691f3c09bc12b5062cddc0383b0fd64d28e2f5b1
SIZE (Jehops-zap-0.2_GH0.tar.gz) = 2811

View File

@ -1,8 +1,6 @@
Use zap to maintain ZFS snapshots with cron.
- Uses neither configuration files nor custom ZFS properties - all
information is supplied when zap is invoked and stored in snapshot
names.
- 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.