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?

  • flashgnash@lemm.ee
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    1 year ago

    Syncthing is pretty good. I’ve got a raspberry pi running it on my local network with an old usb hard drive I had kicking around and it works great

    • arthurpizza@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 year ago

      Just to be clear, Syncthing is not cloud storage but file syncing. It can be used in a similar way but it does have different strengths and weaknesses.

  • episode3805@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    rsync/ rclone just works! Have not tried rsync with cloud yet, I use rclone for encrypted backups. Most cloud services are supported including google drive.

  • _edge@discuss.tchncs.de
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    I don’t understand those questions. Google Drive is webdav to the best of my knowledge. Anyway, it works out of the with Gnome/Ubuntu. When you connect a Google account, a drive icon appears. Doesn’t get more “native”.

    I get the problem that most vendors don’t have an app for Linux, so some functionality is lacking compared to what you may be used to. And cross-platform anything can be a problem, i.e if you really need Linux Desktop + Android + Windows + Apple stuff. (I do and learned to use web-based applications for work.)

    What do you really expect from a “Personal Cloud Storage”? not a clearly defined term.

    Seafile (needs a paid server as the backend) works nice for syncing files. Google Drives works as network drive. There are tons of backup solutions that work with tons of storage backends (aka professional cloud storage).

    • desconectado@lemm.eeOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Googledrive works as network drive and that’s a problem. Have you tried to run MATLAB scrips with a virtual drive? Or open an obsidian vault in a virtual drive?

      What I mean by “personal cloud services” is actually trying to avoid those professional cloud storage that you mention, not everyone wants to selfhost or pay for teras of storage. I just want my personal files to be accessible from my work computers (has to be windows, not my choice) and my personal computers (Linux based).

      • _edge@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Have you tried to run MATLAB scrips with a virtual drive?

        Why would I? Git exists.

        Really, you’ll get better answers if you describe what you are trying to do.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Because Linux is not a platform moneymaking capitalists choose to develop their apps for?

    You have Nextcloud for all distros, Flatpak, Appimage. You have Syncthing which doesnt exist on iOS.

  • bceuhwps@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Rclone is awesome. Mega and PCloud got native clients that works great. Nextcloud is an alternative.

  • RoboRay@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Google drive integrates simply into the file manager on Gnome for cloud storage. It doesn’t do offline file-sync between devices, however.

    The Microsoft and Apple products don’t support Linux because… Microsoft and Apple.

      • Kogasa@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        I haven’t had any issues with pCloud’s linux client either, although it is definitely not as quick to sync as Dropbox. It might take 30 seconds to pick up changes instead of 3. Something about block-level change tracking I think.

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

    I am currently using InSync on 64-bit devices and Overgrive on 32-bit devices. Overgrive works just fine on 64-bit devices tol but Insync is slightly more userfriendly.

  • Max_Power@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    If you want cloud storage I’d recommend Nextcloud as a service (I’m not affiliated with them, just a customer)

    Works like a charm. You can even install plugins. Also, there are other companies that provide hosting so there is no vendor-lock-in.

    • desconectado@lemm.eeOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Yeah, that works as intended, what I meant is to have offline files, (full on sync folders) not only the virtual disc mounted. I work with lots of scripts (MATLAB) and the speed is significantly slower for virtual files.