zb-pull: missing awk

This commit is contained in:
Mirek Kratochvil 2014-06-06 10:13:44 +02:00
parent 36de0d4c62
commit 225ab8eef3

View file

@ -21,7 +21,7 @@ local_zfs="$3"
newest="N/A" newest="N/A"
newest_common="N/A" newest_common="N/A"
ssh $ssh_remote "zfs list -t snapshot -r -d 1 -H \"${remote_zfs}\" " | while read l ; do ssh $ssh_remote "zfs list -t snapshot -r -d 1 -H \"${remote_zfs}\" " | awk '{print $1;}' | while read l ; do
#link unix timestamps #link unix timestamps
unixtime=`timestamp "$l"` || continue unixtime=`timestamp "$l"` || continue
echo "$unixtime" "$l" echo "$unixtime" "$l"