this post was submitted on 20 Oct 2024
641 points (99.4% liked)

Selfhosted

39715 readers
1625 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Announcement by the creator: https://forum.syncthing.net/t/discontinuing-syncthing-android/23002

Unfortunately I don’t have good news on the state of the android app: I am retiring it. The last release on Github and F-Droid will happen with the December 2024 Syncthing version.

Reason is a combination of Google making Play publishing something between hard and impossible and no active maintenance. The app saw no significant development for a long time and without Play releases I do no longer see enough benefit and/or have enough motivation to keep up the ongoing maintenance an app requires even without doing much, if any, changes.

Thanks a lot to everyone who ever contributed to this app!

you are viewing a single comment's thread
view the rest of the comments
[–] Darkassassin07@lemmy.ca 1 points 16 hours ago* (last edited 16 hours ago) (1 children)

Plus Foldersync is way harder on battery, I've experimented a lot.

This is very configuration dependant. With an aggressive schedule checking a large number of files, it certainly can use a lot of battery; but I've had it setup to sync my entire device to my server a couple times a day, while also monitoring/syncing images immediately on creation/change. It doesn't even register on androids battery usage monitor as it uses so little power.

Anyway; just listing an option for people to look at

[–] BearOfaTime@lemm.ee 2 points 15 hours ago

It definitely gets better once it's all caught up.

But it's still much harder on battery than ST when folders have changes.

It's kind of not Foldersync's fault, it's really because of the protocols - it's all connection-based, and FS has to compare each file at sync time.

Syncthing keeps an index so it knows what files have changed. Very different tools with different use-cases and approaches.

I used FS for years until I found ST, and had to do a lot more tweaking to get sync to work the way I wanted with FS. FS doesn't have sync conditions like ST, so I had to use Macrodroid to trigger it when on WiFi, for example.

FS can be a solution, it's just a lot more work for anything beyond basics.