1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

ZFSTools is an OpenSolaris-like and compatible auto snapshotting

script, which also supports auto snapshotting mysql databases.

PR:		ports/167898
Submitted by:	"Bryan Drewery" <bryan@shatow.net>
This commit is contained in:
Eitan Adler 2012-05-15 01:36:05 +00:00
parent cd72f3002e
commit b3ef50bed6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296633
4 changed files with 29 additions and 0 deletions

View File

@ -1030,6 +1030,7 @@
SUBDIR += zfs-snapshot-mgmt
SUBDIR += zfs-stats
SUBDIR += zfsnap
SUBDIR += zfstools
SUBDIR += zidrav
SUBDIR += zisofs-tools
SUBDIR += zxfer

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: zfstools
# Date created: 26 April 2012
# Whom: Bryan Drewery <bryan@shatow.net>
#
# $FreeBSD$
PORTNAME= zfstools
PORTVERSION= 0.2.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= bryan@shatow.net
COMMENT= OpenSolaris-compatible auto snapshotting
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/zfs-auto-snapshot \
bin/zfs-cleanup-snapshots \
bin/zfs-snapshot-mysql
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/zfstools-0.2.1.gem) = dce9bdce62da661ff6bed42061b8263c909cc27294dc73e4b2a423d9ba5045ec
SIZE (rubygem/zfstools-0.2.1.gem) = 13312

View File

@ -0,0 +1,4 @@
ZFSTools is an OpenSolaris-like and compatible auto snapshotting
script, which also supports auto snapshotting mysql databases.
WWW: http://github.com/bdrewery/zfstools