If you use a distribution that does not come with pilot-link, or you need a more recent version, you can find the latest release at www.pilot-link.org. As well as the current version, you will find a link to the latest CVS snapshot.
Once you have the downloaded the source, unpack and compile it as follows:
tar -zxvf pilot-link.0.9.5.tar.gz cd pilot-link.0.9.5 ./configure make make install |
The programs can be run directly from the directory in which they were compiled. You may wish to test them before running make install. For more information, see the README file that comes with pilot-link.
The pilot-link programs all use the same method of determining the location of your PDA:
pilot-xfer /dev/pilot -i program.prc |
To backup your Palm OS device:
pilot-xfer /dev/pilot -b backup-directory |
To restore data to Palm OS device:
pilot-xfer /dev/pilot -r backup-directory |
To list the programs on your Palm OS device:
pilot-xfer /dev/pilot -l |
To install a memo into your (already existing) project category:
install-memo /dev/pilot -c project project.memo |
This program grabs each memo from the Palm OS device and prints it out in standard mailbox format.
memos /dev/pilot |
Transfer the address database to or from your PDA.
To write your address data to a Linux file from your PDA:
pilot-addresses /dev/pilot -w storage.file |
To read your address data from a Linux file onto your PDA:
pilot-addresses /dev/pilot -r file |