============= ZFS snapshots ============= ZFS snapshots store the state of a filesystem at a given point in time. The snapshots are diff-based, so that snapshots of unchanged filesystems do not take up any disk space. The snapshots can be accessed in the virtual ``.zfs`` directory in the root of the filesystem. We can recursively create a snapshot of all user home folders with the following command: .. code-block:: bash zfs snapshot -r project-pool/network_homes@