How To Extract Time Machine Logs Via Terminal
erics, Posted November 2nd, 2020 at 9:18:52am
1 |
clear; printf '\e[3J' && log show --predicate 'subsystem == "com.apple.TimeMachine"' --info --last 24h | grep -F 'eMac' | grep -Fv 'etat' | awk -F']' '{print substr($0,1,19), $NF}' |
Leave Your Comment
All fields marked with "*" are required.