which is a set of free shell scripts that I’ve put together to parse the most important pieces of information into a much nicer format and show them in your menu bar if you use TextBar.
Then you can see both the “raw” output from tmutil status as well as a nicer summary at the top, like this:
Thanks for this, great scripts - when used with bartender and set to hidden but ‘show for updates’ selected it negates the need for notifications, and bartender shows me when TM is finished. Perfect
One other improvement might be to use the DestinationMountPoint rather than DesitnationID for the ‘Last Backup To’ when TM isn’t running - if that’s possible?
Just bought Textbar, nice little utility.
Hope you can just confirm something before I install – since what I know about Terminal could be fit on the back of a postage stamp
In your instructions – after placing the four .sh files inside the appropriate folder, you write the following:
" Make sure they are executable: chmod a+rx /usr/local/bin/*.sh "
So, silly question of the week – does this mean I must run that exact command inside Terminal, to make them(?)/check that they are already(?) executable?
Figured it would be wiser to check this first, before going any further!
That command will make every file in that directory (/usr/local/bin) ending with “.sh" readable (the “r”) and executable (the “x”) for all users (the “a”).
I am not sure what “plug-in” you are referring to … but if you want email notifications of TimeMachine, if that information is in the tmutil command (available on your Mac already) you could surely write or have someone write a little bit of shell scripting (or I’d do it in Python) to send the output stream of tmutil to an email address. Could set it up to run on a schedule or something.
So, apparently there is no email notif. built-in. I mean the combo of textbar and the scripts from tjluoma as plugin-ish. Would like to have emails sent on a schedule (maybe twice a day) with the status of the hourly TM backups. I have been using TMNotifier and I am looking to replace it.