svn commit: r349923 - in head/sysutils/zfstools: . files
Bryan Drewery
bdrewery at FreeBSD.org
Wed Apr 2 14:39:33 UTC 2014
Author: bdrewery
Date: Wed Apr 2 14:39:32 2014
New Revision: 349923
URL: http://svnweb.freebsd.org/changeset/ports/349923
QAT: https://qat.redports.org/buildarchive/r349923/
Log:
Add hint on disabling snapshots
Modified:
head/sysutils/zfstools/Makefile
head/sysutils/zfstools/files/pkg-message.in
Modified: head/sysutils/zfstools/Makefile
==============================================================================
--- head/sysutils/zfstools/Makefile Wed Apr 2 14:08:51 2014 (r349922)
+++ head/sysutils/zfstools/Makefile Wed Apr 2 14:39:32 2014 (r349923)
@@ -2,6 +2,7 @@
PORTNAME= zfstools
PORTVERSION= 0.3.1
+PORTREVSIION= 1
CATEGORIES= sysutils ruby
MASTER_SITES= GH \
http://mirror.shatow.net/freebsd/${PORTNAME}/
Modified: head/sysutils/zfstools/files/pkg-message.in
==============================================================================
--- head/sysutils/zfstools/files/pkg-message.in Wed Apr 2 14:08:51 2014 (r349922)
+++ head/sysutils/zfstools/files/pkg-message.in Wed Apr 2 14:39:32 2014 (r349923)
@@ -15,4 +15,12 @@ Enable snapshotting on a dataset or top-
zfs set com.sun:auto-snapshot=true DATASET
+Children datasets can be disabled for snapshot with:
+
+ zfs set com.sun:auto-snapshot=false DATASET
+
+Or for specific intervals:
+
+ zfs set com.sun:auto-snapshot:frequent=false DATASET
+
See website and command usage output for further details.
More information about the svn-ports-all
mailing list