zb-pull: fix snapshot naming
This commit is contained in:
parent
225ab8eef3
commit
92c6d3368c
4
zb-pull
4
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
|
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue