-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 29/10, Dennis Dryden wrote:
Syncthing (name seems to be changing to Pulse) seems to satisfy need 1 and 3 but I can't see if it 's automatic but assume it is when everything is connected.
I've deleted the thread and cba to find out what need 2 said but syncthing is certainly automatic in the sense that (as long as you have the daemon running) it just gets on with it without any prompting.
Basically, once you've got a node running you can use the web UI to tell it to watch some folders. When you set up another node, you need to tell it about the nodes you want it to talk to and which folders to sync from them.
Once that's done, it all magically works.
btw, if you're using systemd, you can trivially get syncthing running for your user which is very handy when you have an encrypted home partition - as I found out!
$ cat ./.local/share/systemd/user/syncthing.service [Unit] Description=Syncthing service
[Service] Environment=STNORESTART=yes ExecStart=/usr/bin/syncthing Restart=always
[Install] WantedBy=default.target
(There you go quinophex/DrJeep, I've started the systemd subthread for you).
Steve