While SyncThjng might be encrypted, it’s yet another port or server that’s open. We need ubiquitous private networks, such as wire guard, zerotier, or the buggy back-to-my-mac.
Syncthing: A continuous file synchronization program
41–50 of 129 posts
Re: Syncthing: A continuous file synchronization program
#42Best sync software in my view. The only downside is that there is no good iOS app. I think the developers made the right decision focusing the software on peer to peer sync (i.e., not expanding to nearby “cloud features”: backup, photos, videos, office, etc).
It also phones home by default unless you turn it off (via crash and usage reporting), and in the default vendor-provided state grants arbitrary remote code execution ability to the developer (via unattended auto update which is on by default). Fortunately most distro packages and docker containers disable this dangerous behavior
Re: Syncthing: A continuous file synchronization program
#43Best sync software in my view. The only downside is that there is no good iOS app. I think the developers made the right decision focusing the software on peer to peer sync (i.e., not expanding to nearby “cloud features”: backup, photos, videos, office, etc).
Re: Syncthing: A continuous file synchronization program
#44Syncthing is excellent. I’ve used it for years to keep my development folders synced between mac, linux and windows, and except for some initial figuring out of ignore patterns and the occasional hiccup with filenames that windows can’t handle it has been great at doing what it needs to and getting out of my way. (I of course also use git, but syncthing lets me choose when I push while still having all my work on all…
i always heard it fucks up with git repos?
cd ~/Sync/git
mkdir reponame
cd reponame
git init --bare
cd ~/work
git clone ~/Sync/git/reponame
I guess this could break if I do a push and then shut my laptop lid before it syncs, and then do some more work on my desktop, push, and then go back to my laptop. That hasn't happened though. If it did, it should be trivial to fix.There was some other comment near here about ignoring .git directories. I guess they're using it to store the working directory rather than just the repository, as there is no .git directory stored in ~/Sync/ in my situation.
Re: Syncthing: A continuous file synchronization program
#45Earlier quoted context omitted.
What’s wrong with möbius sync?
Not available in my region!
Re: Syncthing: A continuous file synchronization program
#46Best sync software in my view. The only downside is that there is no good iOS app. I think the developers made the right decision focusing the software on peer to peer sync (i.e., not expanding to nearby “cloud features”: backup, photos, videos, office, etc).
Re: Syncthing: A continuous file synchronization program
#47While syncthing is excellent and I use it backup photos from my phone to my private cloud, it can sometimes glitch and delete files. I haven't got to the root cause yet, so I can't tell you what to do, but there's a way to recover your data in case of accidental deletion by syncthing. Make sure you enable "file versioning" on both your clients and server. I use the "trashcan" option. So in case a file is deleted, syn…
Re: Syncthing: A continuous file synchronization program
#48Can I use it to backup SQLite? Like an alternative to Litestream? Are there any negative implications for doing this?
If not careful, I think you'll hit, particularly 1.2, 1.4.
Re: Syncthing: A continuous file synchronization program
#49Best sync software in my view. The only downside is that there is no good iOS app. I think the developers made the right decision focusing the software on peer to peer sync (i.e., not expanding to nearby “cloud features”: backup, photos, videos, office, etc).
the primary use for syncthing on my phone is to make sure data is backed up immediately.
i have yet to find an app that has the resilience and flexibility of syncthing for this purpose.
apart from that the primary issue i have with syncthing is that the app on a device can not tell me if all data in a particular folder is fully copied to the other device. it only tells me if all local folders are complete.
it also gets confusing when you have more than a few devices and sync between all of them. i recently discovered that i had a set up ABC but A and C were not connected. i never noticed because A and C were always in sync, until device B died. but it took me some time to notice that because i didn't realize that i missed to connect A to C directly.
it would be nice to have some way to get an overview of the whole graph to see what syncs to where.
Re: Syncthing: A continuous file synchronization program
#50I haven't seen a ton of great options unfortunately :/