View | Details | Raw Unified | Return to bug 149239 | Differences between
and this patch

Collapse All | Expand All

(-)zfSnap/Makefile (-2 / +2 lines)
Lines 2-12 Link Here
2
# Date created:				2010-08-02
2
# Date created:				2010-08-02
3
# Whom:					Aldis Berjoza <aldis@bsdroot.lv>
3
# Whom:					Aldis Berjoza <aldis@bsdroot.lv>
4
#
4
#
5
# $FreeBSD: ports/sysutils/zfSnap/Makefile,v 1.1 2010/08/03 11:01:40 tdb Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	zfSnap
8
PORTNAME=	zfSnap
9
PORTVERSION=	1.1
9
PORTVERSION=	1.1.8
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://files.bsdroot.lv/FreeBSD/distfiles/
11
MASTER_SITES=	http://files.bsdroot.lv/FreeBSD/distfiles/
12
12
(-)zfSnap/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (zfSnap-1.1.tar.gz) = 82c34e42c5d1dba7cc42b2a53cd83787
1
MD5 (zfSnap-1.1.8.tar.gz) = 1382c27d8b974a699067d965bb024fa6
2
SHA256 (zfSnap-1.1.tar.gz) = fe957b76f188af1a78bee6d72a41b8e0e8bb6d3b664204c31b5ff504af106e0f
2
SHA256 (zfSnap-1.1.8.tar.gz) = 8ac66b67187b2121b7dd5953038920e75cde134049a4233012655b55cadd7cdb
3
SIZE (zfSnap-1.1.tar.gz) = 1833
3
SIZE (zfSnap-1.1.8.tar.gz) = 1771
(-)zfSnap/pkg-descr (-3 / +8 lines)
Lines 1-7 Link Here
1
zfSnap is very simple sh script to make periodic zfs snapshots with cron.
1
zfSnap is simple sh script to make rolling zfs snapshots with cron. Main
2
It will also delete old snapshots.
2
advantage of zfSnap is that it's written in %100 pure /bin/sh, doesn't
3
require any additional software to run, and is simple to use.
3
4
4
WWW: http://aldis.git.bsdroot.lv/zfSnap
5
zfSnap keeps all information about snapshot in snapshot name. zfs snapshot
6
names are in form: Timestamp--TTL where timestamp is date and time of
7
snapshot creation and TTL is Time To Live in human readable form.
8
9
WWW: http://wiki.bsdroot.lv/zfsnap
5
10
6
-- Aldis Berjoza
11
-- Aldis Berjoza
7
<aldis@bsdroot.lv>
12
<aldis@bsdroot.lv>

Return to bug 149239