No internet connection
  1. Home
  2. Support

How do I tell Time Machine to begin a backup

By Mark Mangini @Mark_Mangini
    2021-04-09 03:05:57.358Z

    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

    Feedback ZIP

    • 4 replies
    1. 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:

      1. MMark Mangini @Mark_Mangini
          2021-04-09 16:21:38.528Z

          This didn't work. Here's my Script:

          1. 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 :)

        • M
          In reply toMark_Mangini:
          Mark Mangini @Mark_Mangini
            2021-04-09 18:16:02.030Z

            Thanks. That appears to be working now.