apple time machine logs
Stream the log, live (like tail):
log stream --style syslog --predicate 'senderImagePath contains[cd] "TimeMachine"' --info
Don't stream, just show the log and exit:
log show --style syslog --predicate 'senderImagePath contains[cd] "TimeMachine"' --info