this post was submitted on 03 Aug 2023
97 points (91.5% liked)

Linux

47976 readers
1194 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

top 50 comments
sorted by: hot top controversial new old
[–] Quazatron@lemmy.world 87 points 1 year ago (2 children)

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 9 points 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.ee 5 points 1 year ago (1 children)

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

load more comments (1 replies)
[–] MaxPower@feddit.de 33 points 1 year ago (1 children)

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.

[–] Molecular0079@lemmy.world 11 points 1 year ago (2 children)

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.

load more comments (2 replies)
[–] gabriele97@lemmy.g97.top 28 points 1 year ago (1 children)
[–] CtrlAltOoops@lemmy.world 5 points 1 year ago (1 children)

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.

[–] garam@lemmy.my.id 2 points 1 year ago (2 children)

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

load more comments (2 replies)
[–] RoboRay@kbin.social 22 points 1 year ago* (last edited 1 year ago) (4 children)

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.

load more comments (4 replies)
[–] bceuhwps@lemmy.ml 21 points 1 year ago

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

[–] Luckyfriend222@lemmy.world 15 points 1 year ago (3 children)

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.

load more comments (3 replies)
[–] merthyr1831@lemmy.world 15 points 1 year ago

Nextcloud works great! Includes integrations with GNOME and KDE including taskbar icons etc. and you can pay a service to host Nextcloud for you if you'd prefer that to selfhosting.

[–] LinusWorks4Mo@kbin.social 12 points 1 year ago

rclone for cloud backup

[–] UnfortunateShort@lemmy.world 11 points 1 year ago (1 children)

MEGA is an optiom, rclone is the option. Supports next to anything.

load more comments (1 replies)
[–] flashgnash@lemm.ee 9 points 1 year ago (1 children)

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

[–] art@lemmy.world 7 points 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 9 points 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.

[–] besbin@lemmy.ml 7 points 1 year ago (3 children)

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.

[–] JackbyDev@programming.dev 4 points 1 year ago (11 children)

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.

load more comments (11 replies)
[–] Hamartiogonic@sopuli.xyz 3 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] poVoq@slrpnk.net 8 points 1 year ago (1 children)

There are many professional Nextcloud holsters, for example: https://www.hetzner.com/storage/storage-share

load more comments (1 replies)
load more comments (1 replies)
[–] kogasa@programming.dev 6 points 1 year ago (2 children)
load more comments (2 replies)
[–] argv_minus_one@beehaw.org 5 points 1 year ago

My recommendation is to not use them, for privacy reasons.

[–] ryannathans@lemmy.fmhy.net 5 points 1 year ago

Mega and syncthing work perfectly fine for me

[–] Justin@apollo.town 5 points 1 year ago

Don't. Use Nextcloud.

[–] skullgiver@popplesburger.hilciferous.nl 5 points 1 year ago* (last edited 11 months ago) (2 children)

[This comment has been deleted by an automated system]

load more comments (2 replies)
[–] fox@lemmy.fakecake.org 5 points 1 year ago

Syncthing has never failed me.

[–] beeng@discuss.tchncs.de 5 points 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

[–] shotgun_crab@lemmy.world 4 points 1 year ago

rsync is your friend

[–] Pantherina@feddit.de 4 points 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.

[–] _edge@discuss.tchncs.de 4 points 1 year ago (2 children)

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

load more comments (2 replies)
[–] potemkinhr@lemmy.ml 4 points 1 year ago (2 children)

Chiming in, is there a solid OneDrive client for linux that just works? No collaboration stuff needed for it or other fluff, just simple file sync. I pay for OneDrive family and would be nice to be able to sync files with other ecosystems (Synology, Windows, Android).

[–] talizorah@kbin.social 4 points 1 year ago (1 children)

There’s a commercial Linux client I was using called Insync and it was perfect. Only stopped using it because I switched away from Linux

load more comments (1 replies)
[–] ryan659@kbin.social 2 points 1 year ago (1 children)

I use this, it's great and does seem to do automatic sync too.

https://github.com/abraunegg/onedrive

load more comments (1 replies)
[–] zhou@lemmy.ca 3 points 1 year ago (1 children)

I use Google Drive with InSync. It's not free, but it's a good piece of software I've been using for years and it does everything I need.

load more comments (1 replies)
[–] Willifire@lemmy.world 3 points 1 year ago

Someone has a recommendation about how to handle these services?

You don't. Apple is notorious for their walled garden approach. Microsoft has no interest in supporting Linux (why should they?). Don't know about Google.

I am pretty happy with pcloud. They offer lifetime licenses that are really worth it if you intend to stick with them long term. The automatic Backup works great and AFAIK they have clients for all major platform's. The android client could be better, but Windows and Linux works great. Don't miss any functionality and the connection (at least here in Germany) is fast.

[–] IncidentalIncidence@feddit.de 3 points 1 year ago (1 children)

Because it's a disproportionate amount of effort to natively support an extra OS (particularly one as fragmented as Linux), especially one with such a small userbase that largely isn't interested in using proprietary cloud services in the first place because of data privacy and security concerns.

Obviously not all Linux users are super worried about that stuff (I mean, I use Linux and have a google pixel), but on average the Linux userbase is way way more aware of that stuff than most users who just want their photos backed up without having to worry about it.

load more comments (1 replies)
[–] blackbrook@mander.xyz 2 points 1 year ago

Tresorit has a Linux client.

[–] FuckyWucky@hexbear.net 2 points 1 year ago

with rclone you can mount cloud storage as a folder

[–] thepiguy@lemmy.ml 2 points 1 year ago

I use Google cloud with nautilus, and before that I used google-drive-ocamlfuse on my Chromebook with custom firmware. All this just so I don't have to use their stupid website.

[–] floppy@rabbitea.rs 2 points 1 year ago (2 children)

I have a Backblaze B2 account I use for other things, I recently created a new bucket on it and attached it as a drive using s3fs. Works fine as far as I can tell (I've not used it much - prefer to keep things locally and just back them up off-site, which is actually what I have my B2 account for), so you certainly can do this with an S3 (AWS) compatible service.

[–] mackwinston@feddit.uk 2 points 1 year ago (1 children)

I use Backblaze B2 buckets too, just use a cron job to sync stuff once a day (using it for backups). It's not expensive and it just seems to keep on working. I also like their disc reliability reports they send out.

load more comments (1 replies)
load more comments (1 replies)
[–] Hexadecimalkink@lemmy.ml 2 points 1 year ago (1 children)

Seafile works well on linux

load more comments (1 replies)
load more comments
view more: next ›