aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-11-20 01:40:10 +0000
committerReuben Thomas <rrt@sc3d.org>2007-11-20 01:40:10 +0000
commit7defe9c60914726ee4916b92c5890dfc4ca41ad9 (patch)
tree41fc4b3e6a8f65250ea221f78e3f72ef5fe71b42 /doc
parent689f32c92492dd21f0fd0e29ba6de4c66a695d73 (diff)
downloadplptools-7defe9c60914726ee4916b92c5890dfc4ca41ad9.tar.gz
plptools-7defe9c60914726ee4916b92c5890dfc4ca41ad9.tar.bz2
plptools-7defe9c60914726ee4916b92c5890dfc4ca41ad9.zip
Remove traces of plpbackup.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/plpbackup.man.in125
2 files changed, 2 insertions, 127 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0051953..82ae0cc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,9 +1,9 @@
SUBDIRS = api
EXTRA_DIST = ncpd.man.in plpnfsd.man.in plpftp.man.in sisinstall.man.in \
- plpprintd.man.in plpbackup.man.in
+ plpprintd.man.in
-man_MANS = ncpd.8 plpnfsd.8 plpftp.1 sisinstall.1 plpprintd.8 plpbackup.1
+man_MANS = ncpd.8 plpnfsd.8 plpftp.1 sisinstall.1 plpprintd.8
%.1: %.man
MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'` ; \
diff --git a/doc/plpbackup.man.in b/doc/plpbackup.man.in
deleted file mode 100644
index 45b59ee..0000000
--- a/doc/plpbackup.man.in
+++ /dev/null
@@ -1,125 +0,0 @@
-.\" Manual page for plpbackup
-.\" $Id$
-.\" CHECKIN $Date$
-.\"
-.\" Process this file with
-.\" groff -man -Tascii plpbackup.1 for ASCII output, or
-.\" groff -man -Tps plpbackup.1 for Postscript output
-.\"
-.TH plpbackup 1 "@MANDATE@" "plptools @VERSION@" "User commands"
-.SH NAME
-plpbackup \- Backup and restore for Psion data.
-.SH SYNOPSIS
-.B plpbackup
-.B [-h]
-.B [-v]
-.B [-q]
-.B [-f]
-.BI "[-b [" archive-name ]]
-.BI "[-r " archive-name ]
-.B [-V]
-.BI "[-p [" host :] port ]
-.BI [ long-options ]
-.BI [ drive: "] [" drive: ] ...
-
-.SH DESCRIPTION
-
-plpbackup provides a facility for backup and restore of Psion drives on
-your PC.
-
-.SH OPTIONS
-
-.TP
-.B \-h, --help
-Display a short help text and exit.
-.TP
-.B \-v, --verbose
-Increase verbosity
-.TP
-.B \-q, --quiet
-Decrease verbosity
-.TP
-.B \-f, --full
-Perform a full backup of the specified drives. If this option
-is missing, an incremental backup is done based on the archive bit in the
-file attributes on the Psion. Archive bits of backed-up files are cleared
-after any successful backup operation.
-.TP
-.BI "\-b, --backup[=" archive-name ]
-Select backup mode. This mode and restore mode are mutually exclusive.
-If
-.I archive-name
-is missing, plpbackup automatically selects an archive name using the
-following scheme:
-.BI $HOME/plpbackup/ PsionUID / T \- YYYY \- MM \- DD \- hh \- mm \- ss .tar.gz
-, where
-.RS
-.TP
-.I PsionUID
-is the Psion's unique machine id. If connected to a Series 3 which does not
-provide a machine id, during first backup of that Psion an artificial machine
-id is calculated from the contents of the Psion's owner-info. This id is then
-written on the Psion's default drive
-.B M:
-into the file
-.BR SYS$PT.CFG .
-and used on subsequent operations.
-.TP
-.I T
-is a single character
-.BR F " or " I
-representing full or incremental respectively.
-.TP
-.I YYYY
-is the current year.
-.TP
-.I MM
-is the current month.
-.TP
-.I DD
-is the current day.
-.TP
-.I hh
-is the current hour.
-.TP
-.I mm
-is the current minute.
-.TP
-.I mm
-is the current second.
-.RE
-.TP
-.BI "\-r, --restore=" archive-name
-Select restore mode. This mode and backup mode are mutually exclusive.
-Before restoring data, plpbackup asks interactively, if you want to
-restore individual files or the whole contents of the archive. If you
-select individual files, plpbackup extracts a listing of the archive's
-contents into a temporary file and starts an editor with this file.
-Using the editor, you then can mark the files to restore. The default
-editor to be used can be specified in the environment variable
-.BR EDITOR .
-If this environment variable is not available, the builtin default
-.B vi
-is used.
-.TP
-.B \-V, --version
-Display the version and exit
-.TP
-.BI "\-p, --port=[" host :] port
-Specify the host and port to connect to (e.g. The port where ncpd is
-listening on) - by default the host is 127.0.0.1 and the port is looked up
-in /etc/services. If it is not found there, a builtin value of @DPORT@ is used.
-.TP
-.I drive:
-The Psion's drive character to be selected for backup or restore. Multiple
-drive characters can be specified. In backup mode, this option can be omitted
-to have plpbackup scan for all available drives on the Psion.
-
-.SH FILES
-
-.SH SEE ALSO
-ncpd(8), plpnfsd(8), plpprintd(8), plpftp(1) and sisinstall(1)
-
-.SH AUTHOR
-Fritz Elfert
-