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?
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.
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.
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.
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.
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.
Have fun going to the bank every time you want to sync.
Multiple backup drives. Rotate every week or two. It’s not hard.
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.
There are many professional Nextcloud holsters, for example: https://www.hetzner.com/storage/storage-share
Thanks for the link. Recently, I’ve been looking into nextcloud providers, but somehow I missed this company.
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…
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.