• 0 Posts
  • 248 Comments
Joined 3 years ago
cake
Cake day: September 1st, 2021

help-circle



  • I’ve found the look of the UI to be an acquired taste, and maybe easier to swallow if you’re used to using open source stuff. But I’d agree that the way it works is, in places, almost unforgivably unfriendly.

    But it’s the “almost” that keeps me using it, because there’s nothing else that works across the platforms I care about, even if the application is so, so difficult to recommend or “deploy” to users.











  • For me, the logos would become closely associated with specific movies where I first saw them. So while these aren’t exactly scary movies, the iconic Columbia torch lady meant Ghostbusters, while the blue New Line Cinema box would get me pumped for some Ninja Turtles. And I vaguely remember being confused about why a Michael Keaton Batman movie would open with a Warner Bros. logo, since that meant Looney Tunes, and I didn’t understand how two things with such different vibes could come from the same company.


  • Ignoring the whole debate about whether to include system files in your backup, rdiff-backup sounds a lot like what you want. It stores your latest backup as plain files on-disk just like rsync, checks the box for incremental backups (older versions of files are stored as diffs, which you can easily browse with rdiff-backup-fs) and isn’t much different to use than rsync. That said, people will point out that you can make rsync do pretty much the same stuff using hard linking.