Saturday, February 1, 2020

Mac Time Machine Logs

If you need to view your MacOS Time Machine Logs:

Open Terminal and use:

log show --style syslog --predicate 'senderImagePath contains[cd] "TimeMachine"' --info

of to see them live stream (tail)

log stream --style syslog --predicate 'senderImagePath contains[cd] "TimeMachine"' --info

If you want to only see errors you can always add:

| grep 'error'

Cheers

No comments:

Post a Comment