View Single Post
Old 03-22-2007, 10:41 AM   #2
The6
Newbie
 
The6's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 27
Quote: Originally Posted by ckny View Post
I have searched and found a few programs that will sync two drives in XP but I don't know if they'll sync over a network. What I'd like is a program which is on my XP car computer that will allow me to initiate a wireless sync over samba with a folder on my mac indoors. Does anyone know of any programs that will do this?

Not sure of a program, but I have used ant scripts before to sync networked shares and in fact may start using this again.

Those familiar with Java will know about Jakarta Ant scripts.

Sync Task

You could try that.

If you decide to go down this route you will need to install ant and have a build.xml that contains the sync task defining what to sync.

Last edited by The6; 03-22-2007 at 04:52 PM.
The6 is offline   Reply With Quote