diff --git a/zb-pull b/zb-pull index ca41093..32e6801 100755 --- a/zb-pull +++ b/zb-pull @@ -26,8 +26,8 @@ ssh $ssh_remote "zfs list -t snapshot -r -d 1 -H \"${remote_zfs}\" " | awk '{pri unixtime=`timestamp "$l"` || continue echo "$unixtime" "$l" done | sort -n | while read l ; do - curtime=${l%% *} - snapname=${l#* } + fullname=${l#* } + snapname=${fullname#*@zb-} newest="$snapname"