Readit News logoReadit News
63stack · 12 days ago
Amazing piece of software, have been using it for about 5-6 years between 4 computers and an Android phone. Never had a single problem with it, it respects your privacy, does only what it advertises, and gets out of your way.
ai-christianson · 12 days ago
What's the latest story on Android? Last I heard they stopped official support there due to the newer restrictions Google has been imposing.
keb_ · 12 days ago
At the time they retired the Official Android App, there was already a much more popular and better maintained fork: https://github.com/Catfriend1/syncthing-android

AFAIK, it's only available on F-Droid/Github/Obtainium

lreeves · 12 days ago
Syncthing-fork is in the Play Store and works fine for me.
rkagerer · 11 days ago
Yeah, no longer being able to gain permission to access your directory hierarchy feels like it'd be a major roadblock on that platform?
acheong08 · 12 days ago
> The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite:

dragonfly/amd64 illumos/amd64 and solaris/amd64 linux/ppc64 netbsd/* openbsd/386 and openbsd/arm windows/arm

I'm surprised they're dropping windows/arm considering that seems to be the direction things are moving in.

I don't understand why they chose to use github.com/mattn/go-sqlite3 instead of modernc.org/sqlite

NylonMeltdown · 12 days ago
> I'm surprised they're dropping windows/arm considering that seems to be the direction things are moving in.

Note that windows/arm64 is still supported. Not sure if 32 bit arm was ever relevant on Windows.

MarkSweep · 12 days ago
32-but ARM support is on its way out:

> Support for 32-bit Arm versions of applications will be removed in a future release of Windows 11.

https://learn.microsoft.com/en-us/windows/whats-new/deprecat...

Some devices, like Windows 11 running on a VM on Apple’s ARM processors, already can’t run 32-bit ARM applications.

https://support.microsoft.com/en-us/windows/options-for-usin...

starquake · 12 days ago
I don't if it's the reason but the performance of modernc.org/sqlite is worse than github.com/mattn/go-sqlite3
Sarky · 12 days ago
Windows GUI for Syncthing named SyncTrayzor is also actively developed. https://github.com/GermanCoding/SyncTrayzor After SyncTtrayzor stopped being developed in 2021, it just worked along the updating SyncThing as backend. Now that Syncthing v2 came out, old one is not compatible anymore, but new one picked up the mantle.

I love this software. I am using it to sync files across different computers and different people for years now.

rkagerer · 12 days ago
Love to hear more about this:

Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it.

thefroh · 11 days ago
here's the associated issue, I believe.

https://github.com/syncthing/syncthing/pull/10005

crossroadsguy · 12 days ago
> A "default folder" is no longer created on first startup.

Finally some sanity!

(And that db removal interval setting).

dira3 · 10 days ago
Looks like there isn't yet a (non-RC) 2.0 integrated version for macOS, as of today: https://github.com/syncthing/syncthing-macos/releases
thomasingalls · 11 days ago
Do you have to upgrade across all your syncthing instances at once, or will 1.x be able to talk to 2.x for a while without breaking? It seems like a pretty big update and I'm not sure what I need to think about if I'm upgrading
Nekit1234007 · 11 days ago
“Syncthing version 1.x will soon be replaced by Syncthing version 2.x. Version 2 brings a new database format and various cleanups, but remains protocol compatible with Syncthing 1.”

https://github.com/syncthing/syncthing/releases/tag/v1.30.0

thomasingalls · 11 days ago
Ah thank you, I was looking for that in the v2 release notes and couldn't find it
snthpy · 11 days ago
How tightly coupled is the codebase to the file system? I would love to use the syncing as a library on my own data not on files.