On Sun, 10 Mar 2013 18:12:22 +0530, Arun Venkataswamy wrote: ... > Based on my research the Unison project ( > http://www.cis.upenn.edu/~bcpierce/unison/) seems to fit very well in > the star topology. > > Any comments? Any better tool to achieve this? Am I in the right path?
Simple rsync tool should be sufficent. It can operate over ssh and sync only the differences. Thus saving you time and bandwidth. But afaik it is a command line tool and i am not if any GUI wrapper tool exists. The biggest plus is all Linux system have it. cron job a rsync with ssh keys and your job is done. with regards, ashwin _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
