How do I tell Time Machine to begin a backup
Desired Workflow
Click a button on Stream Deck to intiate a Time Machine Backup
Question
The only place the "Back Up Now" Menu item exists in in the top Menu Bar as pull down from an Icon for Time Machine. I have no idea how to write a Macro to select an Icon in the Menu bar versus a menu with a name like "Finder" or "Go"
Command Info
ID: proTools.automation.autoMatch
Name: Auto Match Latched Controls
Source
undefined
Links
User UID: iG2OvCZJcWSvwDquWBZPmJT3vHc2
Feedback Key: sffeedback:iG2OvCZJcWSvwDquWBZPmJT3vHc2:-MXo_yLxHgych8Tfyodr
- Christian Scheuer @chrscheuer2021-04-09 10:07:14.389Z
Hi Mark,
In this case, using a Terminal command is probably the most stable thing to do:
Add an "Execute System Command" action and add this to the Command Line property:
tmutil startbackup
Like this:
- MMark Mangini @Mark_Mangini
This didn't work. Here's my Script:
Christian Scheuer @chrscheuer2021-04-09 18:08:24.031Z
Hi Mark,
You took my code and put it into a script.
You should take it and put it into a macro action "Execute System Command" as in my screenshot :)
- MIn reply toMark_Mangini⬆:Mark Mangini @Mark_Mangini
Thanks. That appears to be working now.