by Danny Quah. Jan 2022
Software syncthing runs on Linux, Windows, and Android. It "replaces proprietary sync and cloud services with something open, trustworthy and decentralized.": syncthing syncs not to any commercial or public Cloud but purely between my machines. This note describes how I set up syncthing to synchronize folders across my Linux, Windows, and Android devices.
A lead syncthing use-case for me is to synchronize Obsidian vaults across all my machines, including smartphones.
- Install
syncthingon at least two machines. - Run
syncthingon desired machines. On Windows look inTask Managerto make suresyncthingis present and chugging away. On Linux check ifsyncthingis running by going to a shell and doingps aux | grep syncthing. (On Windows, run thesyncthingapp if it's not already executing. On Linux ifsycnthingisn't running, you might need to do something like/usr/bin/syncthing -no-browser &, or however it is you l