this post was submitted on 12 May 2024
10 points (100.0% liked)

Open Source

48403 readers
185 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] monk@lemmy.unboiled.info 4 points 2 years ago (2 children)

Syncthing, a peer to peer file synchronize that basically everyone needs, they just don't know it.

[–] Jank2@lemmy.dbzer0.com 2 points 2 years ago (1 children)

It's insane how many services sell file synchronisation as a premium feature when syncthing can do it for free and no one seems to use it

[–] Adderbox76@lemmy.ca 0 points 2 years ago

I mean, true...but I don't think the average user is paying for the service rather than they're paying for not having to worry about setting up everything needed to get syncthing working.

I don't consider myself a luddite in any way, but within five seconds of reading syncthing's install instructions even I basically just said, "yeah...no." And I say that AS a nearly 12 year semi-advanced linux user. It's not that it's difficult. But difficult enough to not be worth it for the average person.

[–] slurpinderpin@lemmy.world 0 points 2 years ago (1 children)

Can you explain a bit more about what file synchronization is?

[–] el_abuelo@lemmy.ml 1 points 2 years ago

You know Dropbox? Google drive? OneDrive? That's file synchronisation. Files across multiple devices kept in sync by the software provider. Except in the named cases above, all your data is uploaded to their servers. With syncthing there's no cloud server, just your devices operating over the internet. So you have some backup responsibility to cover.

Caveat: I've never used syncthing and I wrote the above with a total of 10 seconds of reading their website and so it is entirely possible I'm completely wrong about everything and so I emplore you to do your research.