• 14 Posts
  • 636 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle

  • No need. Multiple communities provide redundancy against instance failure, just like instances provide redundancy. If .world is dead tomorrow for whatever reason, even temporarily, I’d post an article here, or vice versa. People subscribed to both would see my post in either case. If I were more diligent, I’d even cross-post to both when both instances are up. Then none of my posts would be lost if one of the instances goes. Subscribing to multiple communities of the same name/type is the norm on Lemmy. There’s no need for same-name communities to be unique, quite the opposite.














  • Every hour. Could do it more frequently if needed.

    It depends on how resource intensive the backup process is.

    Consider an 800GB Immich instance.

    Using Duplicity or rsync takes 1 hour per backup. 99% of the time is spent in traversing the directory structure and checking which files have changed. 1% is spent into transferring the difference to the backup. Any backup system that operates on top of the file system would take this much. In addition, unless you’re using something that can take snapshots of the filesystem, you have to stop Immich during the backup process in order to prevent backing up an invalid app state.

    Using ZFS send on the other hand (with syncoid) takes less than 5 seconds to discover the differences and the rest of the time is spent on the data transfer, at 100MB/s in my case. Since ZFS send is based on snapshots, I don’t have to stop the service either.

    When I used Duplicity to backup, I would backup once week because the backup process was long and heavy on the disk array. Since I switched to ZFS send, I do it once an hour because there’s almost no visible impact.

    I’m now in the process of migrating my laptop to ZFS on root in order to be able to utilize ZFS send for regular full system backups. If successful, eventually I’ll move all my machines to ZFS on root.




  • How does an oligarchy come into existence in a capitalist democracy that didn’t start with a monarchy? Can you see a relationship between the process of consolidation and the creation of this oligarchy, where the oligarchs are the people who accumulated wealth through this process, gradually using this wealth to capture the regulators, leading to more consolidation, more wealth and greater capture, and repeat? We didn’t wake up one day with an oligarchy that wasn’t there yesterday. It’s not like all of the current oligarchs can be traced back to an oligarchic family from the past.



  • Businesses need to fail because otherwise the wrong people end up leading.

    When businesses fail, their competitors buy their assets, employees, customer bases, and get bigger. Keep playing that a few more rounds and you get a monopoly that can and will prevent or buy new entrants. Then anyone including the wrong people in the industry enter this one company because that’s the only company in this industry.

    This isn’t an argument against letting businesses fail. It’s an argument to show that the game of competition doesn’t produce stable competitive environment in the long run. Instead it’s a temporary stage that some markets exist in on the way to consolidation. You can find countless examples for this around us. And therefore letting businesses fail through competition isn’t a long term solution to these problems.