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?

  • Quazatron@lemmy.world
    link
    fedilink
    arrow-up
    100
    arrow-down
    2
    ·
    1 year ago

    I keep seeing this question pop up. “Why doesn’t [closed/proprietary technology] work well in Linux?”

    This question should be asked at whoever makes said technology. You are their client, why don’t they support your operating system?

    That responsibility should not fall on the shoulders of the thankless volunteers that do their best to create an awesome OS.

    Alternatively you can buy one of the commercial distributions and become a client. Then you can ask your supplier why don’t they support that technology.

    • LiveLM@lemmy.zip
      link
      fedilink
      English
      arrow-up
      11
      ·
      1 year ago

      Case in point, Mega.nz offers a native GUI client for Linux and went out of their way to also make a full command line client.
      Support those services that don’t treat you like ass, y’know?

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

      I agree! But it’s surprising that even Google doesn’t have a native app for Drive. There’s one for android, but not for Linux? I’m guessing it all boils down to number of users, but still…

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

      I second that.

      With the additional advantage that rclone has modules like crypt and join, which allows you to keep your data encrypted no matter which cloud you use, gaining more cloud space by joining clouds, etc.

      • SALT@lemmy.my.id
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        rclone

        rclone bisync, even it’s not good in production, I been using it for 1.5 years, just need to check the log regularly… I just hope this function become stable enough to be on mainstream, then almost all cloud storage works well on it…

          • SALT@lemmy.my.id
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Just make sure, that you have logs for it, and check before sync. because sometimes in bisync, you can lost your file… but I already manage it by excluding a lot of .swp, ~.lock., and other temp files… Mostly temp files is there cause of broken bisync, and when resync, the file that suppose to be synced, deleted…

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

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

  • Luckyfriend222@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 year ago

    I have a self-hosted Nextcloud and my Nextcloud account connected via GNOME as an Online Account. It integrates seamlessly with Calendar, gives me a webdav mount for my files etc. I don’t have any issues. I have not added any Google accounts, and definitely no Microsoft accounts. I don’t use public clouds for private stuff.

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

      I have a self-hosted Nextcloud and my Nextcloud account connected via GNOME as an Online Account.

      The self-hosted bit is the problem. I have yet to find a Nextcloud provider that offers the service truly ready to go. The ones I found try to make it somewhat easy by offering Install buttons in web interfaces but if you have absolutely no clue about such things, even that is a hurdle to overcome.

  • 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
      6
      ·
      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.

  • Don Corleone@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    1 year ago

    For command line sync to the cloud you can use rclone. It’s FOSS and works with many different cloud providers.

    For a constant sync experience you can use insync. It’s closed source and requires a license though, but works reasonably well.

    Sorry for the lack of direct links since I’m on the phone.

    • buskbrand@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      You don’t need insync - most people just automate rclone sync commands using whatever task scheduler their system runs by default (cronjobs or systemd units, typically). For those who prefer a GUI, KDE has a Scheduled Tasks app.

      On Android, you can use Round Sync which is a wrapper around rclone and can import the same configs.

  • episode3805@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    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.

    • desconectado@lemm.eeOP
      link
      fedilink
      arrow-up
      1
      ·
      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.

    • 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.

    • Ezahn@mastodon.uno
      link
      fedilink
      arrow-up
      0
      ·
      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.

    • TCB13@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      edit-2
      1 year ago

      Syncthing is a very good piece of software, even when working cross-platform. Nextcloud, however, is the biggest and most cumbersome pile of garbage open-source produced in the last decate.

      Currently I’m running Syncthing on my NAS and all my devices sync to it (no cross-device sync to avoid issues). Then I’ve an SMB share to allow access to the files on iOS devices and FileBrowser for a cloud-like web browser access experience. Works flawlessly uses very little RAM and its solid, private, secure and manageable open-source - not something like Nextcloud that calls home, breaks everything on upgrades, wastes ram and runs slowly to only deliver an inferior experience in all possible ways.

      Some of my experiences with NC are described in detail at https://lemmy.world/comment/1571886 and https://lemmy.world/comment/346174

        • TCB13@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          Nextcloud is everything other than minimization and stability. I bet if you take a quick look at their repositories you’ll find security-wise questionable stuff very fast and also tons of different pieces not a single thing.

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

    Mega (Mega Upload) ain’t bad, 30gb free. Worth a look!

    I used them all, so I get plenty of cloud storage for free

  • _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.