←back to thread

118 points sirbread | 1 comments | | HN request time: 0.282s | 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

Show context
sandreas ◴[] No.44398774[source]
As reference (for feature comparison or whatever) here are some tools I use to keep things in sync, some have already been mentioned:

  rsync - I think everybody knows this
  rclone - modern feature packed tool similar to rsync, but also more complex
  croc - a modern cross platform file transfer utility
  syncthing - sync service with web gui to keep multiple devices in sync
  LocalSend - An open source GUI tool also for mobile devices
  restic - a tool for encrypted backups with rolling hash deduplication
  immich / ente.io - Photo backup app with frontend and backend
  zfs - filesystem with send and receive
All of these are (partly) open source and free to use. Hope it helps.
replies(1): >>44399076 #
1. ◴[] No.44399076[source]