From 7fa4d791f74a7efe9a6b6bb62409c9967ccb0235 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 6 Jun 2014 10:47:43 +0200 Subject: [PATCH] zb-pull: $omg $error --- zb-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zb-pull b/zb-pull index bf6acdf..0dabade 100755 --- a/zb-pull +++ b/zb-pull @@ -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