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?
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.
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…
For personal use, i use FreeFileSync.
Really awesome, works like a charm.
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.
Can’t recommend Nextcloud enough. I also recommend checking out self-hosting! It’s ridiculously easy to setup with the example docker-compose files they have in their git repo. If you have a NAS or a machine at home, you can basically create your own online storage that’s completely private.
I have a raspberry pi 2, would this handle Nextcloud? Any recommendations for a hard drive to use with it please?
Being 32 bit, it’s getting a bit old for using it with modern software. But maybe take a look at this and give it a try:
https://help.nextcloud.com/t/how-to-install-nextcloudpi/126308
NextcloudPi is a fairly low-maintenance version of NC, the only way I’d recommend installing it besides as a docker image. Straight installing NC is a recipe for disaster, it’s notoriously bad at updating that way.
Whatever you do, don’t use the builtin web updater inside NC to update nextcloud itself. Their app updater is fine, but the actual Nextcloud web updater is utter dogshit and will break things.
You can use rclone
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.
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…
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.
I managed to get one drive working on linux, able to mount it onto the filesystem using rclone.
Yes, it’s often possible to get unsupported services working, but it’s rarely simple and it’s prone to breakage over time with changes to the system as well as to the service. I do not recommend it to anyone seeking a simple solution and I will not do it for someone I need to support.
Does it work offline? Last time I tried it only works when you are online
I sick of seeing Google Drive recommended as an alternative to dropbox. (Because I am looking for an alternative to dropbox and so far nothing has feature parity with it and the features I value.) If an app forces me to be logged in to a graphical environment locally on Linux then it has already failed to understand why people use *nix. Google Drive doesn’t keep offline copies and it doesn’t work on CLI. So basically useless on my server. If the files aren’t natively and transparently accesible as a local filesystem while they are synced to the cloud, it’s not a viable Linux Dropbox alternative. I want my files on my machine and a copy on the cloud, not the other way round.
I have not and do not recommend it. I simply responded to the claim that it doesn’t work, because it does. OP has something else going on that’s causing Google Drive problems.
I use both Dropbox and Mega and recommend either for someone seeking a simple cloud-sync solution.
Rclone is awesome. Mega and PCloud got native clients that works great. Nextcloud is an alternative.