diff options
author | pawel <pawel@FreeBSD.org> | 2014-02-07 00:37:42 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-02-07 00:37:42 +0800 |
commit | fea6849d9ef905b46a2402be370183db489a55cc (patch) | |
tree | 880c59ac90f72936e5ebd8a3e93a264e6d1b5311 /sysutils/Makefile | |
parent | d687c64e0c97b0723dbedd6f120a8d3157efe8c3 (diff) | |
download | freebsd-ports-gnome-fea6849d9ef905b46a2402be370183db489a55cc.tar.gz freebsd-ports-gnome-fea6849d9ef905b46a2402be370183db489a55cc.tar.zst freebsd-ports-gnome-fea6849d9ef905b46a2402be370183db489a55cc.zip |
zsd (ZFS snapshot destroyer) is a zfs(8) wrapper to destroy snapshots
on a given dataset using a more convenient interface.
The number of snapshots to destroy can be specified directly, or
indirectly by specifying the number of snapshots that should be kept.
It goes nicely with zogftw's zogftw_snapshot_successfully_sent_hook()
to grow a certain number of snapshots on new datasets while keeping the
number of snapshots on old datasets constant.
WWW: http://www.fabiankeil.de/gehacktes/zsd/
PR: ports/183531
Submitted by: Fabian Keil <fk@fabiankeil.de>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 207e76f07003..51b76d6f6a56 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1072,6 +1072,7 @@ SUBDIR += zisofs-tools SUBDIR += zogftw SUBDIR += zrep + SUBDIR += zsd SUBDIR += zxfer .include <bsd.port.subdir.mk> |