←back to thread

151 points sirbread | 1 comments | | HN request time: 0.195s | source

i made sink. it's a simple little tool that continuously syncs folders between 2 devices. no cloud, no email, flash drives, no bs.

it just uses your local wifi. run it on your machines, tell them to trust each other, and you're set. and if you manage to edit the same file at once, it handles the conflict and saves both copies.

for anyone who just wants to get files from point a to b without the headache. hope it makes your life a bit less annoying.

github: https://github.com/sirbread/sink binary: https://github.com/sirbread/sink/releases/tag/v0.1

1. vednig ◴[] No.44402157[source]
As a dev working on https://github.com/doshare, I can safely say that you've done a great amount of understanding the problem stuff, the biggest part often many people get it wrong.

If you ever want to work on a commercial grade native sync and cloud storage platform, send me a mail.