I chose Auto (ZFS) Guided Root-on-ZFS during installation for a laptop with a single disk.
My question is, I want to keep track of the changes that I make to
For example, I'd like to take a snapshot of the whole system after first install, then after making some configuration changes in
Is this possible? As fas as I understand by default
- I chose
stripesince I have only one disk. - I selected to encrypt the boot environments with
geli. - The installer created the default layout and datasets under
zroot.
My question is, I want to keep track of the changes that I make to
/etc and /usr/local. For example, I'd like to take a snapshot of the whole system after first install, then after making some configuration changes in
/etc and installing packages or after configuring X11 I want to take snapshots of /usr/local.Is this possible? As fas as I understand by default
/usr is not mounted and /etc dataset is not created by the installer.