On 20/09/2007, Kerry Mayes <[EMAIL PROTECTED]> wrote: > I am wanting to periodically synchronise two folders containing > documents and spreadsheets. Unfortunately the (remote) one is on a > windows server. It is accessible via samba. > > Is this what rsync is usually for? Is there a way to get it to work > for a windows machine (windows rsync daemon?).
rsync is one-way. Unison http://www.cis.upenn.edu/~bcpierce/unison/ uses the rsync protocol for two-way syncing and in my limited experience works pretty well. Roy.
