2 comments

  • david_van_loon1 hour ago
    Backrest has been working well for my use-case. I appreciate having a UI to manage backup configuration (exclusions, etc.), and the command hooks have been useful when combined with Uptime Kuma to let me know if a backup fails or is otherwise missed.
  • latchkey1 hour ago
    If you&#x27;re on a Mac, I&#x27;ve been hacking on my own fork of Restic Scheduler [0] to make it work almost exactly like Backblaze Desktop, except better (and open source). I wanted something I could just install as a menubar app, point it at my home directory, and forget. Turns out doing it this way is about half the yearly cost of BD, and way better performance. I&#x27;ve finally gotten it to the point where it actually works pretty darn well, especially if you&#x27;re using B2 on the backend.<p>I modified it to auto generate a list of excludes based on a whole bunch of criteria. It only backs up what you need, as well as your system Brewfile. Turn on &quot;smart backup&quot; in the preferences, point it at your home folder and let it rip.<p>It&#x27;ll show you how much is backed up and even estimated costs. For ~750GB, it is about $52&#x2F;year, not bad at all.<p>I&#x27;m a 30+ year software engineer, but I don&#x27;t know swift at all, so I&#x27;ve been using Codex. I&#x27;ve done my best to not make it full on slop, but there is probably some in there.<p>I need to improve the usability for building it yourself, but right now you just clone the project and tell Codex to build it with whatever developer account you&#x27;re logged into xcode with (you don&#x27;t need the apple subscription) and install it into &#x2F;Applications.<p>Cheers.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;lookfirst&#x2F;ResticScheduler" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lookfirst&#x2F;ResticScheduler</a>