Using Syncthing
Install on macOS with:
brew install syncthing
`brew services start syncthing`
Needs to be started as normal user.
If the service is started already, this will be a problem.
If upgrading from syncthing-tray to syncthing cmd line tool, try
logs can be read from:
tail -f /usr/local/var/log/syncthing.log
# find if a syncthing process is up pgrep syncthing
If it is kill it. You may do: kill -9 syncthing
But read this first. Unnecessary use of '|' 'kill'
On arch linux:
systemctl –user enable –now syncthing.service
It needs to run as user.