8.3.0 mbuffer jail and ZFS send

BanksiaBoy

Dabbler
Joined
Jul 3, 2019
Messages
17
I’m wanting to zfs send over ssh on my local network from my freenas 8.3.0 system.

Is it possible to configure the system so I can use mbuffer from the 8.3.0 system?

I can’t see anything in the docs that would allow me to install mbuffer within a jail, and still have access to zfs send
 

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
You can try it the other way round. Install mbuffer in a jail and call it from within the server.
Code:
zfs send pool/data | /mnt/pool/jails/jailname/bin/mbuffer | ssh root@remote zfs recv ....

This should work for programms which only rely on libs available in the server.
 
Top