zb-pull: missing awk
This commit is contained in:
parent
36de0d4c62
commit
225ab8eef3
2
zb-pull
2
zb-pull
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue