Hi, I'm running zelta backup from one freebsd 14.3 host into another (also 14.3), when I run, I get:
warning: cannot receive canmount property on zroot/jails: permission denied
I've read the documentation, where it is stated that it's better to use open zfs version 2.2.x (https://zelta.space/en/conf/zfs-allow), but I cannot change dataset properties like:
zfs allow -u backupuser receive:append,create,mount,readonly,clone,rename,volmode,compression,recordsize zroot/jails
I get:
cannot set permissions on 'zroot/jails': operation not applicable to datasets of this type
Should I worry about this warning?, is the backup done correctly (I see the zroot/jails@zelta-YYYY-MM-DD-HH.MM.SS snapshots on the destination).