Answers for "apple time machine logs"

0

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
Posted by: Guest on July-08-2021

Browse Popular Code Answers by Language