~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to doc/rpdump.1

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2007-02-17 13:17:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070217131742-99x5c6cpg1pbkdhw
Tags: upstream-0.82+dfsg
ImportĀ upstreamĀ versionĀ 0.82+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH rpdump 1
 
2
.SH NAME
 
3
rpdump \- pine remote data utility
 
4
.SH SYNTAX 
 
5
 
 
6
.B rpdump
 
7
[ -f ] -l Local_file -r Remote_folder
 
8
.SH DESCRIPTION
 
9
 
 
10
Rpdump may be used to copy the actual data from
 
11
remote Pine configuration files or address
 
12
books into a local file.
 
13
It is intended to be used by system administrators.
 
14
Regular users should normally use the facilities provided within Pine.
 
15
.LP
 
16
Local_file will normally be a local temporary file.
 
17
Remote_folder is the IMAP folder being used as a remote Pine configuration
 
18
(with the help of Pine's -P, -p, and -x commands or PINECONF, PINERC,
 
19
and PINERCEX environment variables) or remote Pine address book folder.
 
20
A copy of the data from Remote_folder will be copied to Local_file.
 
21
.IP \fB-f\fR 20
 
22
Force the dump even if the remote folder is in an unrecognized format.
 
23
.IP \fB-l\fR\ \fBLocal_file\fR 20
 
24
The file on this system that is to be copied to.
 
25
.IP \fB-r\fR\ \fBRemote_folder\fR 20
 
26
A remote folder name to be copied from.
 
27
See the Pine documentation for the syntax of a remote folder name.
 
28
One example is
 
29
.br
 
30
{my.imap.server}remote_pinerc.
 
31
.SH DIAGNOSTICS
 
32
Exit status is zero if all goes well, -1 otherwise.
 
33
.SH "SEE ALSO"
 
34
Rpload(1).
 
35
.LP
 
36
Copyright 1989-2005 by the University of Washington.
 
37
Pine and Pico are trademarks of the University of Washington.
 
38
 
 
39
$Date: 2005/01/14 20:40:14 $