Found two shell scripts that allowed me to take an earlier backup and restore it.<br><br>Here inline are the two script contents <br><br>For backup<br>sudo pilot-xfer  -p /dev/ttyUSB1 -b $HOME/jpilot/backup<br><br>For restore<br>sudo pilot-xfer  -p /dev/ttyUSB1 -r $HOME/jpilot/backup<br><br>I jpilot does not work for you  put this file into /etc/udev/rules.d <br><br>name of file is 10-visor.rules  <br><br>content is:<br><br>BUS=="usb", SYSFS{product}=="Palm Handheld*", KERNEL=="ttyUSB[13579]",SYMLINK+="pilot"<br><br>(as a single line)<br><br>And if it still does not work...<br>Add one line to the bottom of the following file.<br><br>/etc/rc.d/rc.local<br><br>/sbin/modprobe --firsttime visor   <br><br><br>