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

  • Matthias@kussi.me
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    @cccc@aussie.zone 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.

      • mattes@lemmy.kussi.me
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 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)

          • mattes@lemmy.kussi.me
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 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.

      • Matthias@kussi.me
        link
        fedilink
        arrow-up
        4
        ·
        1 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🇦🇺@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        ·
        1 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.