5 ms·
You are looking for Syncany: https://www.syncany.org/ https://www.syncany.org/ But really, you may not need S3 at all and just sync between your devices with S
by ReAzem 10y ago
You are looking for Syncany: https://www.syncany.org/ https://www.syncany.org/
But really, you may not need S3 at all and just sync between your devices with Syncthing: https://syncthing.net/ https://syncthing.net/
Shameless plug: Syncthing is in official Debian repositories! https://tracker.debian.org/pkg/syncthing https://tracker.debian.org/pkg/syncthing
- mooneater 10y ago"The core team of Syncany is on hiatus for an indefinite amount of time. Feel free to do with the code what the license allows and encourages, but please don't expect any maintenance" Not feasible to use this for critical infrastructure if there is no maintenance happening.
- deleted 10y ago[deleted]
- mahyarm 10y agoHow have you found syncthing perf? When I tried it a while back the perf was horrible. It ate CPU and was pretty slow, even though I was just testing with 2 machines on my local network.
- favadi 10y agoIt's still slow and use lots of CPU.
- ReAzem 10y agoThis was improved recently with 14.0.7: - https://github.com/syncthing/syncthing/releases/tag/v0.14.7 https://github.com/syncthing/syncthing/releases/tag/v0.14.7 Also, It will improve further with File System Notifications (from what I understand?): - https://github.com/syncthing/syncthing/pull/2807 https://github.com/syncthing/syncthing/pull/2807
- Drdrdrq 10y agoThanks, Syncthing looks like exactly what I was looking for! I'm guessing it needs some external server for coordination? It seems a bit unnecessary to restart after each config chsnge, is there some technical reason for it? Nice job otherwise, will try it out.
- ReAzem 10y agoYes, it needs an exernal server. By default, Syncthing is pre-configured with community-hosted discovery servers: - https://github.com/syncthing/syncthing/blob/master/lib/config/config.go https://github.com/syncthing/syncthing/blob/master/lib/confi... The community also hosts relay servers, so if your two devices can't communicate with eachother directly, it will work anyway. Relay servers take bandwidth. Anyone can run a relay server, and it will automatically join the relay pool and be available to Syncthing users. This is documented here: - https://docs.syncthing.net/users/strelaysrv.html#strelaysrv https://docs.syncthing.net/users/strelaysrv.html#strelaysrv It would also be possible to host your own private relay and discovery pools, if you need that for some reason.