Date: Mon, 2 Aug 2010 08:00:41 GMT From: Aldis Berjoza <aldis@bsdroot.lv> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/149188: new port sysutils/zfSnap Message-ID: <201008020800.o7280f8P099482@www.freebsd.org> Resent-Message-ID: <201008020810.o728A1dg056522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149188 >Category: ports >Synopsis: new port sysutils/zfSnap >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 02 08:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: zfSnap is simple sh script to create zfs rolling snapshots with cron. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # zfSnap # zfSnap/Makefile # zfSnap/distinfo # zfSnap/pkg-descr # echo c - zfSnap mkdir -p zfSnap > /dev/null 2>&1 echo x - zfSnap/Makefile sed 's/^X//' >zfSnap/Makefile << '3f123e14b033727440878620c8e472be' X# New ports collection makefile for: zfSnap X# Date created: 2010-08-02 X# Whom: Aldis Berjoza <aldis@bsdroot.lv> X# X# $FreeBSD$ X# X XPORTNAME= zfSnap XPORTVERSION= 1.1 XCATEGORIES= sysutils XMASTER_SITES= http://files.bsdroot.lv/FreeBSD/distfiles/ X XMAINTAINER= aldis@bsdroot.lv XCOMMENT= Simple sh script to make zfs rolling snaphosts with cron X XPLIST_FILES= sbin/zfSnap X XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/zfSnap.sh ${PREFIX}/sbin/zfSnap X X.include <bsd.port.mk> 3f123e14b033727440878620c8e472be echo x - zfSnap/distinfo sed 's/^X//' >zfSnap/distinfo << '3ab3cb8c23c8465406fad08bf4a12bd7' XMD5 (zfSnap-1.1.tar.gz) = 82c34e42c5d1dba7cc42b2a53cd83787 XSHA256 (zfSnap-1.1.tar.gz) = fe957b76f188af1a78bee6d72a41b8e0e8bb6d3b664204c31b5ff504af106e0f XSIZE (zfSnap-1.1.tar.gz) = 1833 3ab3cb8c23c8465406fad08bf4a12bd7 echo x - zfSnap/pkg-descr sed 's/^X//' >zfSnap/pkg-descr << 'dc83bef2fcf9aa7bda3d0f1c76abf731' XzfSnap is very simple sh script to make periodic zfs snapshots with cron. XIt will also delete old snapshots. X XWWW: http://aldis.git.bsdroot.lv/zfSnap X X-- Aldis Berjoza X<aldis@bsdroot.lv> dc83bef2fcf9aa7bda3d0f1c76abf731 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008020800.o7280f8P099482>