this post was submitted on 22 Mar 2026
21 points (100.0% liked)
Rust Programming
9208 readers
24 users here now
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Many sync tools like rsync are actually one-way (yes, only a mirror/backup). Two-way means changes on either side get synced to the other (Synchi helps you resolve conflicts). That said, Synchi can also do one-way mirroring if you set
force=root_ain the config.Thanks, good to know!