First 90 days with Syncthing

Thanks for sharing your story, I enjoyed reading it. :smile:

Syncthing can now auto-update itself. You can download the Syncthing binary directly from the releases page, and drop into ~/bin Right-click it and allow to be executable, then launch it and voila! It will open by default in your web browser, and from there you can set it to auto-update.

You can set a device to be an Introducer. You have to do this on every device connected to this main device. Once set as an Introducer, any new devices configured on the Introducer will be auto-configured on all the other devices.

Syncthing doesn’t currently support auto-accepting of shared folders.

When you setup an Introducer, first add all the folders… fully setup the Introducer. Then add devices to the Introducer, and when adding a new device, select which folders you want to share with that device. So it’s sort of what you want, but in reverse.

On your laptop, you can selectively sync a single sub-folder of a shared folder in Edit > Ignore Patterns (example from this post)

// Don't ignore the following dirs (i.e. DO sync them):
!/DCIM
!/TitaniumBackup

// Ignore all the rest
*

Take a look at SyncTrayzor for Windows, and Syncthing-GTK for Window and Linux. These apps can also download Syncthing to keep it updated for you. Also, they have notifications if you want them.

1 Like