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:
parent
cd72f3002e
commit
b3ef50bed6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296633
@ -1030,6 +1030,7 @@
|
||||
SUBDIR += zfs-snapshot-mgmt
|
||||
SUBDIR += zfs-stats
|
||||
SUBDIR += zfsnap
|
||||
SUBDIR += zfstools
|
||||
SUBDIR += zidrav
|
||||
SUBDIR += zisofs-tools
|
||||
SUBDIR += zxfer
|
||||
|
22
sysutils/zfstools/Makefile
Normal file
22
sysutils/zfstools/Makefile
Normal 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>
|
2
sysutils/zfstools/distinfo
Normal file
2
sysutils/zfstools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/zfstools-0.2.1.gem) = dce9bdce62da661ff6bed42061b8263c909cc27294dc73e4b2a423d9ba5045ec
|
||||
SIZE (rubygem/zfstools-0.2.1.gem) = 13312
|
4
sysutils/zfstools/pkg-descr
Normal file
4
sysutils/zfstools/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user