I took a raw encrypted recursive snapshot of an rpool of a fresh install (on Debian, if that matters)
zfs snapshot -r rpool@install-full
zfs send --raw -R rpool@install-full > /media/rpool.zfs_backup
How can i create a new pool or import that on top of a freshly-created rpool from this stream? Or have I just done this wrong and written a bunch of useless noise to my drive?