#! /bin/awk -f
#
/parc←dump/ && /to file/ && /:\// {print "drive", $2}
/Date of this/ { print "   level" $6, $9, $10, $12, $11 }
/the epoch/ {next}
/Date of last/ { print "   level" $6, $9, $10, $12, $11 }
/on 1 volume/ {print "   size", $2}
/on 1 tape/ {print "   size", $3}