Syncthing

Syncthing

A private and continuous file synchronization program between two or more computers.

Documentation: https://docs.syncthing.net/
Repository: https://github.com/syncthing/syncthing


Install

# Windows
winget install Syncthing.Syncting

# Arch Linux
pacman -S syncthing
systemctl enable syncthing
systemctl start syncthing

# MaOS
brew install syncthing
brew services start syncthing

Setup

  1. Open Syncthing web-app https://localhost:8384.
  2. Add new folder.
    • Set Folder ID to anything. This should be the same across devices.
    • Set Folder Path to the folder you want to sync.
  3. Repeat steps 1-3 on at least 1 other device.
  4. Click Add Device and enter device ID from other devices.
  5. Click Edit on synced folder, under Sharing tab click the checkbox for each device.
Powered by Forestry.md