Anyone here got any recommendations for paid cloud storage options? Given where we are I’m looking for piracy friendly options.

  • Matthias
    link
    fedilink
    31 year ago

    @[email protected] The privacy friendly (and cheap) option is DIY with Ceph. Managing 100s of petabytes across multiple clusters with it and it’s (mostly) smooth sailing.

      • @[email protected]
        link
        fedilink
        English
        61 year ago

        No way to tell as it depends on all kinds of factors, like workload and IO requirements. For example you could spin up a very cheap spinning rust Ceph cluster for archival use cases or you could have a very fast NVMe/PMEM cluster for compute workloads.

        I am managing all kinds of installations.

        And before somebody ask no, not piracy related lmao.

        (Replying with my lemmy account as my other account apparently isn’t federating with programming.dev)

        • @lowleveldata
          link
          English
          11 year ago

          Unrelated but you can’t reply to people from instance that’s not federating? That’s quite unintuitive

          • @[email protected]
            link
            fedilink
            English
            21 year ago

            I could not even see your reply on the other account so no way to reply either. I only saw it by navigating to this instance.

    • ccccOP
      link
      fedilink
      11 year ago

      I understand your comment but may need an ELI5 after looking at their site.

      • Matthias
        link
        fedilink
        41 year ago

        Basically it allows you to buy or rent your own physical servers and then use the free and open source software Ceph to setup your own cloud storage on top of them.

        Depending on the scale you need, it’s much cheaper than cloud storage providers, but obviously comes with the caveat that you need to manage everything yourself.

      • Faceman🇦🇺
        link
        fedilink
        31 year ago

        Ceph can be run on multiple machines and tied together into one big singular storage cluster that can be used for basically anything.

        It’s not exactly a beginner friendly solution though as you have to do all the work.

        It’s not a “cloud service” that you can just sign up for and push data to.