I'm new to ZFS, and today I decided to try to learn how to create a snapshot of my zroot pool. I tried following the handbook... which is not exactly strong on exposition.
So I used the following command:
Nothing was present. I then did:
and several minutes later, I got the following:
which, I'm not sure what I was expecting but it wasn't a ten day old file. Assuming that I had done something wrong, I read the handbook section again and then issued:
and I still get
Is there a more beginner-friendly intro to ZFS than the handbook that anyone can recommend?
So I used the following command:
> ls .zfs/snapshot
Nothing was present. I then did:
> sudo zfs snapshot zroot@08-10-2025
and several minutes later, I got the following:
> ls -l .zfs/snapshot
total 9
drwxr-xr-x 20 root wheel 25 Jul 30 01:32 2025-07-31-00:00:52-0
which, I'm not sure what I was expecting but it wasn't a ten day old file. Assuming that I had done something wrong, I read the handbook section again and then issued:
> sudo zfs snapshot zroot/ROOT@2025-08-10
and I still get
ls -l .zfs/snapshot
total 9
drwxr-xr-x 20 root wheel 25 Jul 30 01:32 2025-07-31-00:00:52-0
Is there a more beginner-friendly intro to ZFS than the handbook that anyone can recommend?