Add hint on disabling snapshots

This commit is contained in:
Bryan Drewery 2014-04-02 14:39:32 +00:00
parent f596560d93
commit 80d17fdeb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349923
2 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,7 @@
PORTNAME= zfstools
PORTVERSION= 0.3.1
PORTREVSIION= 1
CATEGORIES= sysutils ruby
MASTER_SITES= GH \
http://mirror.shatow.net/freebsd/${PORTNAME}/

View file

@ -15,4 +15,12 @@ Enable snapshotting on a dataset or top-level pool with:
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.