The main cloud services don’t even work natively (GoogleDrive, OneDrive, iCloud) basically the only mainstream choice is Dropbox. I tried to use Google Drive in Mint, and it’s a pain to get it to work, and usually it stops working after computer restarts.

Someone has a recommendation about how to handle these services?

  • besbin@lemmy.ml
    link
    fedilink
    arrow-up
    11
    arrow-down
    4
    ·
    1 year ago

    Most people I know who use Linux wouldn’t trust Cloud services cause that’s just storing your stuff on somebody else machine. You can self hosted service like Next cloud on a raspberry pi or just get comfortable with networking enough to setup VPN and ssh into your home computer from the net to get your stuff.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      A huge part of disaster recovery is storing things in separate geographic locations. That’s not easily don’t with self hosting. If all my stuff is on a file server at my house and my house burns down then I’ve lost all my files.

      • nyan@lemmy.cafe
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        While this is true, you can have a remote backup service that isn’t the type of cloud storage the OP seems to want (that is, which isn’t designed for editing individual files on the fly on the remote server, or synchronizing between devices). They’re similar, but not the same.

        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          I’m mostly talking about the “somebody else’s computer” part in the comment I replied to. I don’t think it’s very feasible. I think self hosting stuff from home is awesome and think it’s a culture more folks should check out, but to really have a proper backup of files they need to be stored in multiple different physical locations and that’s not something that’s cost effective for most folks. What you’re talking about is still “someone else’s computer” so not different from the comment above.

      • argv_minus_one@beehaw.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        A hard drive in a bank vault is separated enough that nothing short of a nuke will destroy every copy of your data at the same time.

    • Hamartiogonic@sopuli.xyz
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 year ago

      Well the thing is, I’m still not comfortable in opening up an attack surface like that. I would much rather pay for someone else to do that. Preferably someone who really knows what they are doing and keeps an eye on the constantly evolving security environment. There’s a bunch of other stuff happening in my life, so finding the time to play server admin isn’t that easy right now.

        • Hamartiogonic@sopuli.xyz
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Thanks for the link. Recently, I’ve been looking into nextcloud providers, but somehow I missed this company.

      • naeap@sopuli.xyz
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        If you need the online storage (or whatever self hosted service) just for yourself (and maybe some few people), it’s very simple to set up a Wireguard instance. My server doesn’t even show open ports to the outside world, but with Wireguard I can access my git, wiki, etc in my home LAN.
        I haven’t really tried any of the second tier Solutions like Tailscale. But when you have more users or a more complex environment, that could help.

        Still, sharing stuff with “outsiders” would still be tricky, I guess - at least I haven’t found a solution…

    • ebits21@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Uh what? Lots of Linux users also use cloud services.

      Pretty easy to use something like Cryptomator with almost any service and maintain privacy.

      Self hosting can be great; it can also be a pain.