I was thinking about the ZFS dataset layout and I'm not sure about how to organize large, mostly static user data. I get that /usr/home is not part of BE snapshots.
I have big chunks of data like pictures, music, old DOS games collection which typically lives in /usr/home/me. This data changes only once in a while. I do not want to have a gigantic zroot/usr/home dataset. I do not want to include it in BEs or clutter up zroot/ROOT, which I understand is where the BE snapshots go. (If you create a child dataset in zroot/ROOT, bectl list will show it.)
So I guess I could put eg. Pictures dataset in zroot/Pictures (mountpoint=/Pictures) and then symlink ~/Pictures? I could alternately set the mountpoint for zroot/Pictures as /usr/home/me/Pictures. But maybe I am overthinking this some? Trying to keep things simple and intuitive for a single user system, so I'm hoping not to be tripping over permissions and zfs properties in the future.
How do people organize things for easy access and easy (zfs send) backups of user data, say to external drive? No need for complex NAS or networking messes. Nobody else is gonna use this machine.
I have big chunks of data like pictures, music, old DOS games collection which typically lives in /usr/home/me. This data changes only once in a while. I do not want to have a gigantic zroot/usr/home dataset. I do not want to include it in BEs or clutter up zroot/ROOT, which I understand is where the BE snapshots go. (If you create a child dataset in zroot/ROOT, bectl list will show it.)
So I guess I could put eg. Pictures dataset in zroot/Pictures (mountpoint=/Pictures) and then symlink ~/Pictures? I could alternately set the mountpoint for zroot/Pictures as /usr/home/me/Pictures. But maybe I am overthinking this some? Trying to keep things simple and intuitive for a single user system, so I'm hoping not to be tripping over permissions and zfs properties in the future.
How do people organize things for easy access and easy (zfs send) backups of user data, say to external drive? No need for complex NAS or networking messes. Nobody else is gonna use this machine.