zb-pull: $omg $error

This commit is contained in:
Mirek Kratochvil 2014-06-06 10:47:43 +02:00
parent c51128a3ed
commit 7fa4d791f7

View file

@ -54,6 +54,6 @@ if [ "$newest_common" = "N/A" ] ; then
exit $?
else
#do incremental send
ssh $ssh_remote "zfs send -I \"${remote_zfs}@zb-${newest_common}\" \"${remote_zfs}@zb-${$newest}\"" | zfs recv -F "${local_zfs}"
ssh $ssh_remote "zfs send -I \"${remote_zfs}@zb-${newest_common}\" \"${remote_zfs}@zb-${newest}\"" | zfs recv -F "${local_zfs}"
exit $?
fi