Lxc zfs send snapshot to tar archive restore

Hi all,

I got one question. If i backup with this command is there a possibility to recover to a new container machine?

sudo /sbin/zfs send zfs1/containers/eve-ng@snapshot-snap13 | /usr/bin/mbuffer | /usr/bin/pigz -9 | /usr/bin/mbuffer > eve-ng.tar.xz

so i want to restore the eve-ng.tar.xz to a complete new container.