T o n g <[email protected]> writes: >Anyone knows a good bi-directional file-synchronization tool that can >synchronize changes to files and directories in both directions on >different hosts, propagating the changes between them?
>syrep is too limited, unison seems to be the exact tool that I'm looking >for, just I want to avoid its dependency (OCaml) if possible. Unison does not have a dependency on OCaml - just libc6. It may be written in OCaml, but that's only a build dependency. Do you plan on modifying a synchronisation tool? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

