Files
oam/knowledge base/mac os x/time machine.md
2023-04-27 19:25:16 +02:00

835 B

Time Machine

Table of contents

  1. TL;DR
  2. Follow logs
  3. Further readings
  4. Sources

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 stream to keep watching "tail style".
  • Use --predicate to filter out only relevant logs.
  • Add --style 'syslog' to print them out like syslog on Linux would.

Further readings

Sources

All the references in the further readings section, plus the following: