Thanks for the scoop, lardman.
My original idea was to have the notebook do the rsync, since it\'s easy to find triggers on a standard Linux box. Unfortunately,
<tt>rsync -blahblah \"ssh -i path/to/key\" zaurus@192.168.129.201:. local/path</tt>
gave me an error that rscync wasn\'t found. Turns out that the ipk doesn\'t put rsync in a path that zaurus can find. So I tried rsyncing with the root user, and got the same problem
Go figure. None the less, I can have the root user on the Z rsync the zaurus files to the notebook, preserve all the file permissions, user and group info, and I\'m done.
Now, I have some reading to do as soon as I find time!