diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index dec18a0..8b51fc3 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -130,6 +130,9 @@ With ZFS, it is not normally necessary to use a mount command (either `mount` or # zfs create rpool/var/log # zfs create rpool/var/spool + The datasets below are optional, depending on your preferences and/or + software choices: + If you wish to exclude these from snapshots: # zfs create -o com.sun:auto-snapshot=false rpool/var/cache # zfs create -o com.sun:auto-snapshot=false rpool/var/tmp diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index d6af802..f5f16f6 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -179,6 +179,9 @@ With ZFS, it is not normally necessary to use a mount command (either `mount` or # zfs create rpool/var/log # zfs create rpool/var/spool + The datasets below are optional, depending on your preferences and/or + software choices: + If you wish to exclude these from snapshots: # zfs create -o com.sun:auto-snapshot=false rpool/var/cache # zfs create -o com.sun:auto-snapshot=false rpool/var/tmp