mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
367 B
367 B
TimeMachine
TL;DR
# follow logs
log stream --style syslog --predicate 'senderImagePath contains[cd] "TimeMachine"' --info --debug
# add or set a destination
sudo tmutil setdestination
Follow logs
- use
streamto keep watching "tail style" - use
--predicateto filter out relevant logs - add
--style syslogto watch them in a syslog style