summaryrefslogtreecommitdiff
path: root/sys-fs/zfs-auto-snapshot/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /sys-fs/zfs-auto-snapshot/files
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'sys-fs/zfs-auto-snapshot/files')
-rw-r--r--sys-fs/zfs-auto-snapshot/files/README.gentoo2
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.