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?

  • FOSS Is Fun@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    What’s your use case for cloud storage?

    If you only want to sync files between your devices, I would recommend taking a look at Syncthing. It syncs files without relying on a central server and is much faster, as it can sync within your local network and is therefore not restricted by the speed of your internet connection.

    For sharing files with others, I use a self-hosted Nextcloud. I mounted my Syncthing folder as external storage.

    If you use GNOME as your desktop, you can also log into some online services in system settings and then, for example, access Google drive via the file manager to upload or download files.

    I believe there are also third-party tools for some cloud storage providers, but I have no experience with them and therefore can’t make any recommendations.

    Some cloud storage providers probably don’t see Linux as a large enough market to justify the development of official clients. Some, e. g. Microsoft, could have an interest against one to not make alternatives to their own products, e. g. Windows, more attractive than they already are.

    • Ezahn@mastodon.uno
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      @fossisfun @desconectado Still, if I was Microsoft I think I’ll develop an official OneDrive client for Linux. And I hope in the future they’ll realize it’s not a bad opportunity for them and for fidelizing users.

    • toketin@feddit.it
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Hi, I quote this, Syncthing+Nextcloud if you want to share directories, files, calendar, contatcs etc with someone, for example your family.

      • FOSS Is Fun@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        It works fine for what I need it to do: access and share my Syncthing folders, CalDAV, CardDAV, RSS

        I try to minimise the amount of stuff I selfhost, as I don’t enjoy being responsible for the uptime and security of a whole bunch of personal web services. That’s why I like the flexibility of ownCloud and now Nextcloud, instead of using a different, standalone project for each function.