<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Get Info: #timemachine</title>
    <description>Posts tagged “timemachine” — Blog of independent game and app developer Matt Sephton. Featuring vintage Macintosh, game development, digital artwork, Japanese esoterica, video game reviews, hacks and tips, and much more.</description>
    <link>https://blog.gingerbeardman.com/tag/timemachine/</link>
    <atom:link href="https://blog.gingerbeardman.com/tag/timemachine/index.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 12 Jul 2026 20:54:08 +0000</pubDate>
    <lastBuildDate>Sun, 12 Jul 2026 20:54:08 +0000</lastBuildDate>
    <generator>Jekyll v4.4.1</generator>

    
      
        <item>
          <title>One-click restore most recent backup of a file from Time Machine</title>
          <description>&lt;p&gt;Often I want to restore the latest version of a file from Time Machine, but using the Time Machine interface to do so is awkward and slow. So I came up with my own solution that can be triggered from the Finder context menu of any file.&lt;/p&gt;

&lt;figure&gt;&lt;img src=&quot;/images/posts/restore-time-machine-context-menu.png&quot; width=&quot;245px&quot; height=&quot;521px&quot; /&gt;&lt;/figure&gt;

&lt;h2 id=&quot;usage&quot;&gt;Usage&lt;/h2&gt;

&lt;ol&gt;
  &lt;li&gt;right-click on a file&lt;/li&gt;
  &lt;li&gt;select “Restore from Time Machine”&lt;/li&gt;
  &lt;li&gt;file is trashed (recoverable using Trash’s Put Back feature)&lt;/li&gt;
  &lt;li&gt;most recent backup of that file is restored from Time Machine&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This takes a seconds or two, depending on the size of the file in question. Most importantly this saves interrupting my workflow by having to opening the Time Machine interface and zooming through all those windows looking for the file.&lt;/p&gt;

&lt;h2 id=&quot;requirements&quot;&gt;Requirements&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://apps.apple.com/gb/app/context-menu/id1236813619?mt=12&quot;&gt;ContextMenu&lt;/a&gt; (paid)
    &lt;ul&gt;
      &lt;li&gt;or &lt;a href=&quot;https://github.com/Mortennn/FiScript&quot;&gt;FiScript&lt;/a&gt; (free)&lt;/li&gt;
      &lt;li&gt;or &lt;a href=&quot;https://apps.apple.com/gb/app/service-station/id1503136033?mt=12&quot;&gt;Service Station&lt;/a&gt; (limited trial, paid)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These apps let you add items to Finder’s right-click context menu, from where you can run your own scripts that do something with the full path of the file/s selected.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://github.com/morgant/tools-osx/blob/master/src/trash&quot;&gt;trash&lt;/a&gt;, a shell script to delete files with support for Put Back&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;tmutil, built-in macOS utility for interacting with Time Machine&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;contextmenuapp&quot;&gt;ContextMenu.app&lt;/h2&gt;

&lt;p&gt;Create a “New Action with Shell Script…” as follows:&lt;/p&gt;

&lt;figure&gt;&lt;img src=&quot;/images/posts/restore-time-machine-context-menu-setup.png&quot; width=&quot;578px&quot; height=&quot;485px&quot; /&gt;&lt;/figure&gt;

&lt;h2 id=&quot;scripts&quot;&gt;Scripts&lt;/h2&gt;

&lt;p&gt;There are a couple of scripts because backups are stored differently on USB and Network. Of course, you’ll also need to change the path names to suit your setup.&lt;/p&gt;

&lt;noscript&gt;&lt;p&gt;&lt;a href=&quot;https://gist.github.com/gingerbeardman/ea0a213eb5e361ba9e7e8d004300c91b&quot;&gt;View the source code as a Gist&lt;/a&gt;&lt;/p&gt;&lt;/noscript&gt;
&lt;script src=&quot;https://gist.github.com/gingerbeardman/ea0a213eb5e361ba9e7e8d004300c91b.js&quot;&gt;&lt;/script&gt;

&lt;h2 id=&quot;other-uses&quot;&gt;Other uses&lt;/h2&gt;

&lt;p&gt;You could also install the script to enable it to be used from the command line.&lt;/p&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Thu, 05 May 2022 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2022/05/05/one-click-restore-of-the-most-recent-time-machine-backup-of-a-file/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2022/05/05/one-click-restore-of-the-most-recent-time-machine-backup-of-a-file/</guid>
        </item>
      
    

  </channel>
</rss>
