Hello@all, I would like to do a
But i need to run that from the receiver site, so I tried
But this seems to not work. Any Idea if this is possible at all?
Thx for any advice
Code:
root@sendserver:~# zfs send rpool/data/vm-100-disk-0 | ssh recvserver zfs recv rpool/data/vm-100-disk-0
But i need to run that from the receiver site, so I tried
Code:
root@recserver:~# zfs recv rpool/data/vm-100-disk-0 | ssh sendserver zfs send rpool/data/vm-100-disk-0
But this seems to not work. Any Idea if this is possible at all?
Thx for any advice