Want to see what Time Machine is doing ?
If so, run the following Terminal command: -
printf '\e[3J'&& log show --predicate 'subsystem == "com.apple.TimeMachine"' --info --last 6h | grep -F 'eMac' | grep -Fv 'etat' | awk -F']''{print substr($0,1,19), $NF}'
which is, in part, parsing the output from the log show command.
Which is nice 🌞