mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
646 B
646 B
Time Machine
Table of contents
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 only relevant logs. - Add
--style 'syslog'to print them out likesyslogon Linux would.