Comment by mgbmtl

Comment by mgbmtl 8 days ago

10 replies

My device is not rooted, but I use Syncthing as well. I mainly sync my photos and my TOTP tokens (Aegis). The rest I don't care about.

I used Nextcloud sync in the past, but found it unreliable.

Azerty9999 8 days ago

Synchthing on Android is End of life, alas https://forum.syncthing.net/t/discontinuing-syncthing-androi...

  • drio 8 days ago

    Yes, very sad.

    Two alternatives exist:

    1. Syncthing-Fork (https://github.com/Catfriend1/syncthing-android) - Works just like the official app. Install from F-Droid or GitHub. Single developer but active.

    2. Syncthing in Termux - Run the actual Syncthing program in Termux. Takes more setup but uses the standard version.

    The fork is easier to use, while Termux needs more setup but gives you the standard Syncthing experience.

    • struanr 8 days ago

      I have been using Syncthing fork since before the official app was discontinued, and can vouch for its quality. My favorite feature is that it allows conditional pausing of folders based on phone state, such as if the phone is charging or connected to WiFi. Just be warned that the version on Google Play was no longer updated last time I checked (Googles fault), so you're better downloading releases from the Github repo.

    • dsp_person 8 days ago

      Are there any issues or tricks for syncthing in termux, for e.g. always running in the background?

      • hiatus 8 days ago

        Termux persists for me via a silent notification—is that what you mean?

  • graemep 8 days ago

    I did not know that.

    Its a definitely problem for me.

zx8080 8 days ago

> I used Nextcloud sync in the past, but found it unreliable.

What was wrong about nextcloud sync? I'm just about to set it up for myself.

  • mgbmtl 8 days ago

    The sync would stall and I'd have to go retry, or it would fail with no error clear message. In the end, I had no idea what had really synched correctly. The app was unhappy if I deleted a photo too quickly.

    With Syncthing, I sync to a directory that my Nextcloud user can access (a read-only mount), so I can still easily share photos using Nextcloud, for example.

    (although it's unfortunate that the Android syncthing app is being retired. h/t for the heads up and the recommended alternatives)