In "playing around with" 13.1-RC4 in preparation for revamping how I manage jails, I noticed that
To some extent, this makes sense, as a non-default
On the other hand, some are "probably appropriate" to preserve. In my case of a hierarchy that is similar to that produced by
I can add specific properties to the script I use to recursively copy, but is this an "already solved" task for ZFS clones, in general?
zfs clone
does not preserve ZFS properties from the origin.To some extent, this makes sense, as a non-default
mountpoint
may or may not be "right" to preserve.On the other hand, some are "probably appropriate" to preserve. In my case of a hierarchy that is similar to that produced by
bsdinstall
, I would want to preserve at least- canmount
- atime
- exec
- setuid
I can add specific properties to the script I use to recursively copy, but is this an "already solved" task for ZFS clones, in general?