zb-pull: fix snapshot naming

This commit is contained in:
Mirek Kratochvil 2014-06-06 10:22:45 +02:00
parent 225ab8eef3
commit 92c6d3368c

View file

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