mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add hint on disabling snapshots
This commit is contained in:
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
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= zfstools
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVSIION= 1
|
||||
CATEGORIES= sysutils ruby
|
||||
MASTER_SITES= GH \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue