I’m aware you can set zfs’ recordsize with zfs.blocksize, but what about other properties? I’d like to tweak logbias, primarycache, atime, etc, even user variables like syncoid:sync to control what will be backed up. But, everythime a container or volume is copied or moved, they all disappear, except the ones that are set via lxc properties.
Any way of setting them once and for all, not having to worry later? Something like zfs.raw=“syncoid:sync=false logbias=…”, perhaps?