• 4 Posts
  • 4 Comments
Joined 8 months ago
cake
Cake day: October 17th, 2025

help-circle
  • If you are considering rsync, you should also consider rclone instead, especially if you want to access cloud storage. Both are mainly for syncing in only one direction. They can be set up for two-way sync with conflict handling, but I’d consider that slightly dangerous.

    Syncthing is two-way (or n-way) distributed continuous sync, devices can be offline/online at any time, and with robust conflict handling. I know it only from private use, you install it on each machine where the data lives (as opposed to accessing a cloud). It works great for that. I don’t know if it is good in a multi-user or corporate context.