Created
May 29, 2018 18:12
-
-
Save ezfe/51725b2eae3e29e377d129aebe7cdc67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
filter='subsystem contains "com.apple.TimeMachine"' | |
log show --style syslog --info --last 12h --predicate "$filter" | |
log stream --style syslog --info --predicate "$filter" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment