Ja, GeekTools gibt es noch - Code Ansatzpunkt zum Scripten

https://superuser.com/questions/1126990/how-to-view-time-machine-log-in-macos-sierra

Damit sollte man leicht etwas für Geektools oder BitBar [getbitbar.com] oder TextBar [aptgetupdate.de] basteln können.

Ich verwende aktuell nur noch BitBar. Hier z.B. die Kontrolle meines Traffics - die Textfarbe ändert sich je nach Hochrechnung (grün-im Limit bzw. rot-drüber) und da man leicht Untermenüs anlegen kann, gebe ich dort die letzten 10 Messungen aus. Das könnte bei der Status der letzten Backupläufe sein.



Du kannst mit etwas getrickse auch generierte Grafiken als Verlaufsanzeige im Menü verwenden, das ist hier zu sehen [getbitbar.com].



Das Beispielscript aus dem SuperUser Beitrag liefert soetwas: (meine TM Platte ist nur während des Laufs angeschlossen)
Show Plain Text
  1. [History (from 2017-04-23 07:24:53)]
  2. Skipping debug messages, pass --debug to include.
  3. Filtering the log data using "processImagePath CONTAINS "backupd" AND subsystem BEGINSWITH "com.apple.TimeMachine""
  4. Timestamp                       (process)[PID]    
  5. 2017-04-23 09:33:49.622829+0200  localhost backupd-helper[89]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Not starting scheduled Time Machine backup: No destinations resolvable
  6. 2017-04-23 17:24:29.380934+0200  localhost backupd-helper[89]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Not starting scheduled Time Machine backup: No destinations resolvable
  7. 2017-04-23 19:21:02.055455+0200  localhost backupd-helper[89]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Not starting scheduled Time Machine backup: No destinations resolvable
  8.  
  9. [Following]
  10.  
  11. Filtering the log data using "processImagePath CONTAINS "backupd" AND subsystem BEGINSWITH "com.apple.TimeMachine""
  12. Timestamp                       (process)[PID]


Habe die Platte mal angeschaltet und jetzt werkelt er

Show Plain Text
  1. Timestamp                       (process)[PID]    
  2. 2017-04-23 19:37:45.626899+0200  localhost backupd[1812]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Backing up to /dev/disk2s2: /Volumes/Black T/Backups.backupdb
  3. 2017-04-23 19:38:09.683973+0200  localhost backupd[1812]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Will copy (46,99 GB) from iMac i7
  4. 2017-04-23 19:38:09.684930+0200  localhost backupd[1812]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Found 12606 files (46,99 GB) needing backup
  5. 2017-04-23 19:38:09.688303+0200  localhost backupd[1812]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] 64,59 GB required (including padding), 28,76 GB available
  6. 2017-04-23 19:38:09.688397+0200  localhost backupd[1812]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] No expired backups exist - deleting oldest backups to make room
  7. 2017-04-23 19:47:50.690569+0200  localhost backupd[1812]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Deleted backup /Volumes/Black T/Backups.backupdb/iMac/2015-09-11-191614 containing 36,31 GB; 65,09 GB now available, 64,59 GB required
  8. 2017-04-23 19:47:50.691055+0200  localhost backupd[1812]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Deleted 1 backups containing 36,31 GB total; 65,09 GB now available, 64,59 GB required
  9. 2017-04-23 19:47:50.691154+0200  localhost backupd[1812]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Backup date range was shortened: oldest backup is now 06.01.2016


Da solltest Du gut mit basteln können.

Falls Du etwas mailen möchtest, hier ein Beispiel wie Du Mail von der Shell aus nutzen kannst.
http://superuser.com/questions/125707/write-an-email-with-attachment-with-mail-app-from-terminal/125934#125934