Background:
I have a Windows box with a share and a directory on my Mac OS X box, which I want to synchronize. rsync seems to be an obvious approach. However, there are many different modes of running rsync.
My approach:
1. Mount Windows share on Mac OS X box.
2. rsync like it is a local synchronization.
Alternative approach:
1. Somehow get rsync running on the Windows box as a server (
Cygwin?).
2. Make rsync:// type connection from Mac OS X box to Windows box and sync.
The only reason I am thinking about the alternative approach is that my original approach doesn't seem to be the standard thing. But then rsyncing between Unix and Windows isn't exactly standard, either.
Any thoughts?
Dominik Hoffmann