I'd like to be able to resume (interrupted) recursive ZREP_R=-R ZREP_INC_FLAG=-I ZREP_FORCE=-f zrep refresh.
Reading through the code, it seems to me that invocation of zfs recv in zrep_refresh function is missing -s option
(which has to be passed no matter whether we're resuming or not, IIUC).
If not, how is this supposed to work?
I'd like to be able to resume (interrupted) recursive
ZREP_R=-R ZREP_INC_FLAG=-I ZREP_FORCE=-f zrep refresh.Reading through the code, it seems to me that invocation of
zfs recvinzrep_refreshfunction is missing-soption(which has to be passed no matter whether we're resuming or not, IIUC).
If not, how is this supposed to work?