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

Collapse All | Expand All

(-)zfSnap/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zfSnap
8
PORTNAME=	zfSnap
9
PORTVERSION=	1.1
9
PORTVERSION=	1.1.7
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.7.tar.gz) = 60538c3617f6cb6459234bddfb9c3560
2
SHA256 (zfSnap-1.1.tar.gz) = fe957b76f188af1a78bee6d72a41b8e0e8bb6d3b664204c31b5ff504af106e0f
2
SHA256 (zfSnap-1.1.7.tar.gz) = ad0d37f28f95feb3110b770ba8651d2a01b0240a28248844cd780aa6a424157b
3
SIZE (zfSnap-1.1.tar.gz) = 1833
3
SIZE (zfSnap-1.1.7.tar.gz) = 1757
(-)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