diff options
-rw-r--r-- | sys-fs/zfs-auto-snapshot/files/README.gentoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs-auto-snapshot/files/README.gentoo b/sys-fs/zfs-auto-snapshot/files/README.gentoo index cb712d317ea0..c48b72277569 100644 --- a/sys-fs/zfs-auto-snapshot/files/README.gentoo +++ b/sys-fs/zfs-auto-snapshot/files/README.gentoo @@ -10,7 +10,7 @@ zfs set com.sun:auto-snapshot:<frequent|hourly|daily|weekly|monthly>=[true|false for example: # zfs set com.sun:auto-snapshot=false zroot -Will disalbe all snapshots for zroot and all nested datasets will inherit the property. +Will disable all snapshots for zroot and all nested datasets will inherit the property. # zfs set com.sun:auto-snapshot=true zroot/ROOT/default Will enable all types of snapshots for given dataset. |