View | Details | Raw Unified | Return to bug 208600
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	zap
3
PORTNAME=	zap
4
PORTVERSION=	0.1.2
4
PORTVERSION=	0.2
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	jrm@ftfl.ca
7
MAINTAINER=	jrm@ftfl.ca
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Jehops-zap-0.1.2_GH0.tar.gz) = e77b0007aa576f2ef806c9b731b40481071345f73772c1087097b8a6f5b96d59
1
SHA256 (Jehops-zap-0.2_GH0.tar.gz) = 4dba81b26f99dbb335d4e6e6691f3c09bc12b5062cddc0383b0fd64d28e2f5b1
2
SIZE (Jehops-zap-0.1.2_GH0.tar.gz) = 2628
2
SIZE (Jehops-zap-0.2_GH0.tar.gz) = 2811
(-)pkg-descr (-3 / +1 lines)
Lines 1-8 Link Here
1
Use zap to maintain ZFS snapshots with cron.
1
Use zap to maintain ZFS snapshots with cron.
2
2
3
- Uses neither configuration files nor custom ZFS properties - all
3
- Uses no configuration files
4
  information is supplied when zap is invoked and stored in snapshot
5
  names. 
6
- Uses namespaces to avoid collisions with other snapshots.
4
- Uses namespaces to avoid collisions with other snapshots.
7
- Creates and destroys snapshots only when it makes sense to.
5
- Creates and destroys snapshots only when it makes sense to.
8
- Written in POSIX sh.
6
- Written in POSIX sh.

Return to bug 208600