ZFS: Create a snapshot of a filesystem (tech-recipes)

Of the many cool features of the ZFS filesystems, one of the coolest is taking snapshots of a live filesystem. This provides a read-only point-in-time copy of the whole filesystem. While this sounds slow and expensive in disk usage, ZFS makes snapshots efficient in time and space.

More...