I was trying to create an encrypted zfs filesystem today and I got an error, so i tried to check the version and that gives me an error as well. Am I missing something?
Code:
% sudo zfs create -o compression=lz4 -o encryption=on -o mountpoint=/mnt/zusb-backup -o keyformat=raw -o keylocation=file:///usr/local/etc/zbackup00-backup-encryption.key zbackup00/backup
cannot create 'zbackup00/backup': invalid property 'encryption'
Code:
% freebsd-version
12.2-RELEASE-p10
% zfs version
unrecognized command 'version'
usage: zfs command args ...