45
19
In previous version of OSX, I was able to view the results of past Time Machine backup jobs thus:
sudo syslog -F '$Time $Message' -k Sender com.apple.backupd
Now syslog is no longer part of the operating system. It has been replaced by "log."
I have failed to find info about time machine jobs using "log." I have also failed using (the new version of) console.
Any suggestions?
Hello Chipster, thanks for the reply. Unfortunately your suggestion did not work. I applied the second of your commands (Don't stream) and all I got was this: 2016-09-22 10:25:17.242554-0700 localhost eventsd[4378]: (TimeMachine) TimeMachineMonitor Running This, after doing two time machine backups. – Arnstein – 2016-09-23T03:16:14.877
Hello again Chipster,
Your second command (Don't stream) is working for me now. However this command only returns info about the last Time Machine backup that I performed. I speculate that after every reboot, all logging info is lost. Do you think this is true? Is there a way to query for older info? – Arnstein – 2016-09-23T17:05:41.147
Arnstein, I'm new to this too, but it is my understanding that log messages of level "Info" only are kept in memory by default and will therefore not survive a reboot. If you want TimeMachine Info messages to be saved to disk, try doing: #
log config --subsystem com.apple.TimeMachine --mode persist:info
(as root). – Lennart L – 2016-09-23T22:49:29.777