You are not logged in.
Hi All,
I now have 3 PC's in my LAN. I use rsync to keep portions of the HD's synchronised, but this has some limitations. When I move a file, the file is deleted on the remote PC's by rsync, and then recreated on the new location. Secondly when I delete a file, rsync recreates it.
Therefore I'm looking for another solution. Ideally I install it on the 3 PC's,configure it once, and all the changes I make on all PC's are automatically copied to the other PC's.
Does anybody know such a program?
Best regards,
Cedric
Offline
Syncany will probably suit your needs once it comes out.
Offline
If you are not handling very large files (movies, music) and you are comfortable with it, you can easily use a version control system.
Have you considered setting up a (central) file server to actually keep the files in a single place, or does this not suit your requirements?
Offline
unison should do the trick.
a friend of mine uses it for some time to sync his data across his armada of pc's and ist very happy with it
Last edited by parintachin (2011-09-02 17:28:56)
Offline
Try Unison. It offers bi-directional synchronization between machines. It works best when one machine can be the central point between the others.
I am also working on another bi-directional synchronizer like Unision to try to make up for its weaknesses (and messiness).
Last edited by Wintervenom (2011-09-02 17:29:31)
Offline
@Wintervenom -- keep us posted! Happy to test for you. I've been a little reluctant to try unison because of my perception of it's 'messiness' and potential for data loss (ok, probably no worse than rsync, but... :-) ). What language are you developing with, just out of curiosity? I was a little turned off by syncany's java usage, even though I recognize its utility for cross-platform use.
Scott
Last edited by firecat53 (2011-09-02 18:14:22)
Offline
It is being written in Python.
Offline
Maybe you would be interested in a distributed file system like Coda. I've never actually tried it but it's in the kernel.
http://www.coda.cs.cmu.edu/
Offline