mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
835 B
835 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.
Further readings
Sources
All the references in the further readings section, plus the following: