diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2010-08-03 17:39:21 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2010-08-03 17:39:21 +0000 |
commit | 94f96457951af4deec2fe0e405552b1d59015a80 (patch) | |
tree | deee323e5f0ad38b50652e5f9d15ab7faee9c911 /sysutils/zfsnap | |
parent | c1684b89274e1e07450af119126514c1b4485a60 (diff) |
Notes
Diffstat (limited to 'sysutils/zfsnap')
-rw-r--r-- | sysutils/zfsnap/Makefile | 24 | ||||
-rw-r--r-- | sysutils/zfsnap/distinfo | 3 | ||||
-rw-r--r-- | sysutils/zfsnap/pkg-descr | 7 |
3 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/zfsnap/Makefile b/sysutils/zfsnap/Makefile new file mode 100644 index 000000000000..a63caa47528a --- /dev/null +++ b/sysutils/zfsnap/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: zfsnap +# Date created: 2010-08-02 +# Whom: Aldis Berjoza <aldis@bsdroot.lv> +# +# $FreeBSD$ +# + +PORTNAME= zfsnap +PORTVERSION= 1.1 +CATEGORIES= sysutils +MASTER_SITES= http://files.bsdroot.lv/FreeBSD/distfiles/ +DISTNAME= zfSnap-${PORTVERSION} + +MAINTAINER= aldis@bsdroot.lv +COMMENT= Simple sh script to make zfs rolling snaphosts with cron + +PLIST_FILES= sbin/zfSnap + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/zfSnap.sh ${PREFIX}/sbin/zfSnap + +.include <bsd.port.mk> diff --git a/sysutils/zfsnap/distinfo b/sysutils/zfsnap/distinfo new file mode 100644 index 000000000000..fee44ec630b0 --- /dev/null +++ b/sysutils/zfsnap/distinfo @@ -0,0 +1,3 @@ +MD5 (zfSnap-1.1.tar.gz) = 82c34e42c5d1dba7cc42b2a53cd83787 +SHA256 (zfSnap-1.1.tar.gz) = fe957b76f188af1a78bee6d72a41b8e0e8bb6d3b664204c31b5ff504af106e0f +SIZE (zfSnap-1.1.tar.gz) = 1833 diff --git a/sysutils/zfsnap/pkg-descr b/sysutils/zfsnap/pkg-descr new file mode 100644 index 000000000000..727eb7c5f88a --- /dev/null +++ b/sysutils/zfsnap/pkg-descr @@ -0,0 +1,7 @@ +zfSnap is very simple sh script to make periodic zfs snapshots with cron. +It will also delete old snapshots. + +WWW: http://aldis.git.bsdroot.lv/zfSnap + +-- Aldis Berjoza +<aldis@bsdroot.lv> |