| pilot-xfer(1) | PILOT-LINK | pilot-xfer(1) |
NAME¶
pilot-xfer - Backup, sync, and restore databases from a Palm handheld device.SECTION¶
pilot-link: Userland conduitsSYNOPSIS¶
pilot-xfer [-p <port>] [-e <file>] [ -b] [-u] [-s] <directory>
pilot-xfer [-p <port>] [-r <directory>] [ -l] [-L] [-P] [-f <dbname>] [-d <dbname>] [-i <dbname>] [ -m <file>] ...
DESCRIPTION¶
This is the swiss-army-knife of the entire pilot-link suite.pilot-xfer allows the user to install databases contained in the standard .prc (Palm Resource Database), .pdb (Palm Record Database), and .pqa (Palm Query Application) formats onto a Palm, retrieve databases from the Palm, list the databases contained in a Palm, backup or restore all of the databases at once as well as many other powerful operations performed on a Palm handheld device.
OPTIONS¶
pilot-xfer options¶
Archive files which have been removed from the Palm to < dir> instead of just deleting (unlinking) them.
-a, --archive
< dir>
-b, --backup
< dir>
-C, --cardinfo
--delete < dbname>
-D,
--vfsdir=dir
-e, --exclude=
<file>
-F, --Flash
-i, --install
< file> [...]
-l, --list
-L, --Listall
-m, --merge
< file1> <file2> [...]
-O, --Osflash
-P, --Purge
-r, --restore
< dir>
--rom
NOTE: Any Palm databases which have been deleted will have their corresponding backup file removed.
-s, --sync
< dir>
-S, --novsf
--with-os
-u, --update
-I, --Illegal
-x, --exec=command
Conduit Options¶
Use device file < port> to communicate with the Palm handheld. If this is not specified, pilot-xfer will look for the $PILOTPORT environment variable. If neither are found, pilot-xfer will print the usage information.
-p, --port
< port>
-v, --version
Help Options¶
Display the help synopsis for pilot-xfer and exit without connecting.
-h, --help
--usage
USAGE¶
The program will attempt to connect to a target Palm handheld device and specified port and perform the requested options specified by the user on the commandline.EXAMPLES¶
To perform a full backup of your Palm handheld:
pilot-xfer --port /dev/pilot --backup $HOME/pilot/Backup
pilot-xfer -p /dev/ircomm0 -b $HOME/pilot/Backup
pilot-xfer -p /dev/ttyqe --restore $HOME/pilot/Backup
pilot-xfer -p /dev/pilot --fetch AddressDB
pilot-xfer -p /dev/pilot -i Foo.prc -D /Palm/Launcher
AUTHOR¶
pilot-xfer written by Kenneth Albanowski. This manual page was originally written by Kenneth Albanowski and David H. Silber. Completely rewritten by David A. Desrosiers. Updated for 0.12 by Neil Williams < linux@codehelp.co.uk > .
BUGS¶
Known Bugs¶
--backup will currently truncate/corrupt pdb/prc files if the communication to the device is interrupted during sync (such as removing the Palm from the cradle, or a temporary network hiccup during a NetSync). Ideally, this should restore the original file, or delete the corrupted version and restore the original version back into place, but presently.. it does not.
Reporting Bugs¶
We have an online bug tracker. Using this is the only way to ensure that your bugs are recorded and that we can track them until they are resolved or closed. Reporting bugs via email, while easy, is not very useful in terms of accountability. Please point your browser to http://bugs.pilot-link.org: http://bugs.pilot-link.org and report your bugs and issues there.COPYRIGHT¶
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.SEE ALSO¶
pilot-link(7)
| Copyright 1996-2007 FSF | 0.12.5 |