LWN.net Logo

DVCS-autosync

DVCS-autosync

Posted May 13, 2011 20:01 UTC (Fri) by iranzo (guest, #43448)
In reply to: DVCS-autosync by bfields
Parent article: DVCS-autosync

I was looking some alternatives to dropbox but on the same time allow multicomputer syncing in a reliable and automated way.

I'm still using unison on three computers to sync backups from station to server 1 or server 2.

I would really love some program to autosync between defined computers without the need of a central repository and with the ability to work offline, then sync between them, etc...

But that's gonna be a bit tricky :), would require some nat-transversal program for connecting computers between them like hamachi in order to sync and a good sync engine to deal with all changes that could happen on different computers and reconcile them...


(Log in to post comments)

DVCS-autosync

Posted May 14, 2011 6:24 UTC (Sat) by ptman (subscriber, #57271) [Link]

If you only sync in one direction (mirror), rsync is usually a better choice than unison as it uses a (somewhat) standard protocol instead of requiring the exact same version of unison in both ends.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds