You can find the latest release of coldsync at www.ooblick.com/software/coldsync. As well as the current version, you will find a link to the latest CVS snapshot.
Once you have the downloaded the source, compile it as follows:
tar -xvzf colsync-2.2.5.tar.gz cd coldsync-2.2.5 ./configure make make install |
You can run coldsync directly from the src directory. For more information, see the README file that comes with coldsync.
The following is an example of a .coldsyncrc file:
listen serial { device: "/dev/palm"; protocol: default; transient; } pda "My Palm" { snum: "L0PK17C13832-M"; username: "Sean"; userid: 1234; directory: "/home/sean/m505"; default; } |
tar -zxvf p5-Palm-1.2.4.tar.gz cd p5-Palm-1.2.4 perl Makefile.PL make make install |
The list of conduits is available at http://www.ooblick.com/software/coldsync/conduits/.
The conduits require an entry in your .coldsyncrc configuration file. To find out what should be entered, run /path/conduit -config, where path is the location of the conduit.