Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

Nextcloud or Syncthing - which one do you suggest?

Hello fellow selfhosters! I have a laptop and a tablet (both running endeavourOS), and I want a certain folder to be always in sync. I also have a very potato server.
My two options currently are Nextcloud and Syncthing. The laptop and the tablet are rarely online at the same time, so I need the server as middleman (so, no syncthing laptop <-> tablet, but laptop <-> server <-> tablet).

Which one do you recommend? The power consumption (of the client) is also very important, because both the laptop and the tablet are battery-powered

I'm also open to other options as well!

thanks in advance to everyone!


Edit: thanks to everyone for your precious help! I finally set up syncthing and it's working flawlessly!

istanbullu ,

I just use a Samba server behind wireguard.

fleg ,

I personally switched from NextCloud to Syncthing.

Syncthing:

  • is easier for me to maintain,
  • allows for the "server" to be behind NAT,
  • lets me have multiple "servers" at the same time (eg. something at home and a VPS)
  • lets me have certain "servers" set as untrusted, so all data on them is encrypted, while others can have it unencrypted for easier access
    I put "server" in quotes, as Syncthing doesn't really have a server, all clients are equal peers.

On the other hand, NextCloud:

  • gives me a way to share files by link with others,
  • lets me browse files via a web interface,
  • mobile app lets me access files as I need them instead of having to synchronize everything.
Nibodhika ,

They are very different things. If all of the places where you want to access the data have storage large enough to accommodate all of it syncthing is probably easier. If however you also want to access the data from your phone, then syncthing won't work, because it will sync the entire folder to your phone, there's no way to use it like you would Nextcloud, i.e. only downloading things as you need them.

t0fr ,
@t0fr@lemmy.ca avatar

I use SyncThing on all my computers with my phone. I've setup my phone to just not sync certain folders with Ignore Patterns

monkeyman512 ,

Syncthing is a better fit for your use case. As much as I appreciate having my Nextcloud setup, it can also be a pain in the ass some times.

onlinepersona ,

A single folder and power consumption is important --> syncthing. It doesn't have great power consumption, but since the devices aren't constantly on, you can just start syncthing up on the portable devices when needed. You can configure syncthing to sync when connecting to a specific Wifi, when power saving mode is turned off, I think even specific times.

It'll run fine on a server and can be configured .

Anti Commercial-AI license

bravesilvernest ,
@bravesilvernest@lemmy.ml avatar

BT Sync no longer in vogue here? That's what I've used to both sync and distribute certain things. Used to use it for my image backup until immich came along and stole my heart. Still use it for phone backups

tubbadu OP ,

I've never heard of it, but it looks very interesting! Except for the working mechanics, from the "user pov" it works similar to syncthing, did I understand correctly?

bravesilvernest ,
@bravesilvernest@lemmy.ml avatar

Yupp! Set up folders, enable on multiple computers; baby, you got a stew going

helenslunch ,
@helenslunch@feddit.nl avatar

I hate Nextcloud and will recommend OwnCloud. NC is such a clusterfuck of a UI and full of abandoned third party software.

Potatos_are_not_friends ,

Thanks for sharing that. My job set up NextCloud for cloud sharing and I thought it was pretty cool. Tried to set it up at home for sharing on a home network with my family and felt really confused. Every week there was a new problem that I had to solve and ended up going back just network drives and sharing.

helenslunch ,
@helenslunch@feddit.nl avatar

Yeah NextCloud is certainly more capable. And if you ONLY installed Nextcloud, it might be worth the time to try and figure it out. But it's also kinda the same situation as Synology or QNAP where you are limited to a specific ecosystem and there are many much better products outside of it that accomplish the same goals.

iturnedintoanewt ,
@iturnedintoanewt@lemm.ee avatar

For file handling Seafile has been pretty efficient for me. No multimedia though.

Father_Redbeard ,
@Father_Redbeard@lemmy.ml avatar

Seafile is great. So fast, and unlike a bunch of these options, won't sync everything to each node. Everything is reachable from each device with a client, but only downloads what you want from the server. If Syncthing could do that without needing to do a bunch of "ignore" manipulation, I'd switch. But for my needs, Seafile is where it's at.

tubbadu OP ,

Isn't nextcloud the "evolution" of owncloud? Except for the UI, are their performance similar?

helenslunch ,
@helenslunch@feddit.nl avatar

Not necessarily. It's a fork of OC but with more features and a completely different UI. Supposed to be more like the Google "suite" of products rather than OC which is more like just Google Drive.

Poutinetown ,

Having setup both, ive found syncthing to be much simpler. I would probably not go through the headache of setting up https and databases for next cloud again...

amanda ,

I’ve also set up both and in my experience Nextcloud is much much more complicated to set up but simpler to use and syncthing is pretty much the exact opposite.

In my case, a rather long time ago, it failed to reliably sync my files, had a super annoying web based UI, was a pain to get all my devices to talk to each other because because they had to join some sort of peer to peer network and authenticate with the earth other all three. It also didn’t have any working solution for mobile devices. Hopefully all of that’s fixed now because there’s no inherent reason it couldn’t work.

Poutinetown ,

Yeah with a docker container running 24/7 and a phone app it's much better. they also have a setting where deleted files on phone are simply moved to archive on the server.

Decronym Bot , (edited )

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
HTTP Hypertext Transfer Protocol, the Web
NAT Network Address Translation
SBC Single-Board Computer
VPS Virtual Private Server (opposed to shared hosting)
nginx Popular HTTP server

4 acronyms in this thread; the most compressed thread commented on today has 5 acronyms.

[Thread for this sub, first seen 15th Jun 2024, 13:15]
[FAQ] [Full list] [Contact] [Source code]

TCB13 ,
@TCB13@lemmy.world avatar

If you've a large number of small files and you care about your data then use Syncthing. I personally sync all my data to a ARM SBC (like a Raspberry Pi) and have all my devices configured to sync to and from that device. Works flawlessly.

I also use iOS and for that I've WebDAV setup on the SBC that provides me with seamless iOS integration. I also have FileBrowser running on the SBC pointed at the same data so I can have a nice WebUI to manage all files.

atzanteol , (edited )

Quick pros/cons from what I've read (correct me if I'm wrong - I've not used syncthing myself):

syncthing

Pros:

  • Easy to setup and use.
  • No infrastructure to maintain
  • Will sync directories between computers

Cons:

  • Uses third party resources to sync by default (can setup direct sync if needed/wanted however)
  • Only does directory synchronization

Nextcloud

Pros:

  • Can synchronize directories
  • Entire synchronization pipeline is under your control
  • Offers a lot more functionality if you want it (WebDAV, Calendars, public shares with "anyone with URL can view" permission, etc.)

Cons:

  • You need to setup/maintain your Nextcloud server
  • Can be fiddly to setup for some (wasn't for me - but lots of people do complain about it).
JoeKrogan ,
@JoeKrogan@lemmy.world avatar

Syncthing can do direct sync if you give the ip address to each node and you can disable relay servers .

atzanteol ,

Thanks! Updated.

JoeKrogan ,
@JoeKrogan@lemmy.world avatar

Happy to help 😉

Potatos_are_not_friends ,

The maintenance part crushed me. Most of my other self hosted home setup, I fiddle with at most 2-3 times a year. Next cloud, I logging in at least once a month because something wasn't working.

cybersandwich ,

I switched the the snap package and it's been rock solid and pain free the entire time.

I welcome any and all comments on why snap is Satan.

anzo ,

Syncthing because it's p2p/ local-first. Meaning it's robust to interruptions.

englislanguage , (edited )

Syncthing on Android has an option to only sync when on AC battery.
The PC client might have a similar option. If not, you could probably configure something similar via systemd or udev under Linux.

I don't think syncthing has proper means to synchronize contacts or anything else that's not file-based though.

I use syncthing and prefer it for synchronizing files between my devices.

jeena ,
@jeena@piefed.jeena.net avatar

I would go with syncthing, it uses far fewer resources, is rock solid and out of your way.

Illecors ,
@Illecors@lemmy.cafe avatar

Never had a chance to give syncthing a shot, but nextcloud works very well. On top of that, if you ever want to ditch apple/google - it will also happily sync your contacts, calendar, etc, as well as more niche stuff like bike rides. It can become chonky, but that really depends on how much stuff you're asking it to do.

BearOfaTime ,

There's a Sync thing client for Mac and iOS(Möbius).

Illecors ,
@Illecors@lemmy.cafe avatar

That's not what I meant.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • selfhosted@lemmy.world
  • incremental_games
  • meta
  • All magazines