Hello,
I’ve set up syncthing on both my workstations to sync certain folders. Because the devices are rarely online at the same time, I have a VPS with syncthing in the middle which both devices sync with, something like this:
encrypted
┌──────┐ ┌──────┐ ┌──────┐
│ ├──────►│ │◄─────┤ │
│ PC 1 │ │ VPS │ │ PC 2 │
│ │◄──────┤ ├─────►│ │
└──────┘ └──────┘ └──────┘
I often run into sync issues because of the asynchronous nature of this setup.
Does anyone have a similar setup that works reliably? I’m tempted to turn off the encryption because that seems to be causing most of the issues.