mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Update gpg-zip.1 (bug#1317)
This commit is contained in:
parent
3d668e09d0
commit
75d62be9c5
@ -1,3 +1,7 @@
|
|||||||
|
2011-02-23 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* gpg-zip.1: Update by taking a built copy from master.
|
||||||
|
|
||||||
2010-10-05 Werner Koch <wk@g10code.com>
|
2010-10-05 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* FAQ: Make it a static file with a pointer to the online location.
|
* FAQ: Make it a static file with a pointer to the online location.
|
||||||
@ -569,7 +573,7 @@
|
|||||||
|
|
||||||
2003-04-01 Werner Koch <wk@gnupg.org>
|
2003-04-01 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* DETAILS (VALIDSIG): Add primary keys fingerprint.
|
* DETAILS (VALIDSIG): Add primary keys fingerprint.
|
||||||
|
|
||||||
2003-01-27 David Shaw <dshaw@jabberwocky.com>
|
2003-01-27 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
@ -1053,7 +1057,7 @@
|
|||||||
|
|
||||||
2001-01-18 Werner Koch <wk@gnupg.org>
|
2001-01-18 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* README.W32: Changed building instructions for MinGW32/CPD 0.3
|
* README.W32: Changed building instructions for MinGW32/CPD 0.3
|
||||||
|
|
||||||
2001-01-09 Werner Koch <wk@gnupg.org>
|
2001-01-09 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
@ -1174,5 +1178,3 @@ Wed Feb 10 17:15:39 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|||||||
This file is distributed in the hope that it will be useful, but
|
This file is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
|
||||||
|
198
doc/gpg-zip.1
198
doc/gpg-zip.1
@ -1,102 +1,136 @@
|
|||||||
.TH "gpg-zip" 1 "November 2006"
|
.\" Created from Texinfo source by yat2m 1.0
|
||||||
|
.TH GPG-ZIP 1 2011-02-23 "GnuPG 1.4" "GNU Privacy Guard"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
gpg\-zip \- encrypt or sign files into an archive
|
.B gpg-zip \- Encrypt or sign files into an archive
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B gpg\-zip
|
.B gpg-zip
|
||||||
.RB [ OPTIONS ]
|
.RI [ options ]
|
||||||
.IR filename1 " [" "filename2, ..." ]
|
.I filename1
|
||||||
.IR directory1 " [" "directory2, ..." ]
|
.I [ filename2, ... ]
|
||||||
|
.I directory1
|
||||||
|
.I [ directory2, ... ]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This manual page documents briefly the
|
\fBgpg-zip\fR encrypts or signs files into an archive. It is an
|
||||||
.B gpg\-zip
|
gpg-ized tar using the same format as used by PGP's PGP Zip.
|
||||||
command.
|
|
||||||
.PP
|
|
||||||
.B gpg\-zip
|
|
||||||
encrypts or signs files into an archive. It is an gpg-ized tar using the
|
|
||||||
same format as PGP's PGP Zip.
|
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
||||||
|
\fBgpg-zip\fR understands these options:
|
||||||
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR \-e ", " \-\-encrypt
|
.B --encrypt
|
||||||
Encrypt data. This option may be combined with
|
|
||||||
.B \-\-symmetric
|
|
||||||
(for output that may be decrypted via a secret key or a passphrase).
|
|
||||||
.TP
|
.TP
|
||||||
.BR \-d ", " \-\-decrypt
|
.B -e
|
||||||
|
Encrypt data. This option may be combined with \fB--symmetric\fR (for output that may be decrypted via a secret key or a passphrase).
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B --decrypt
|
||||||
|
.TP
|
||||||
|
.B -d
|
||||||
Decrypt data.
|
Decrypt data.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR \-c ", " \-\-symmetric
|
.B --symmetric
|
||||||
|
.TP
|
||||||
|
.B -c
|
||||||
Encrypt with a symmetric cipher using a passphrase. The default
|
Encrypt with a symmetric cipher using a passphrase. The default
|
||||||
symmetric cipher used is CAST5, but may be chosen with the
|
symmetric cipher used is CAST5, but may be chosen with the
|
||||||
.B \-\-cipher\-algo
|
\fB--cipher-algo\fR option to \fBgpg\fR.
|
||||||
option to
|
|
||||||
.BR gpg (1).
|
.TP
|
||||||
.TP
|
.B --sign
|
||||||
.BR \-s ", " \-\-sign
|
.TP
|
||||||
Make a signature. See
|
.B -s
|
||||||
.BR gpg (1).
|
Make a signature. See \fBgpg\fR.
|
||||||
.TP
|
|
||||||
.BR \-r ", " \-\-recipient " \fIUSER\fR"
|
.TP
|
||||||
Encrypt for user id \fIUSER\fR. See
|
.B --recipient \fIuser\fR
|
||||||
.BR gpg (1).
|
.TP
|
||||||
.TP
|
.B -r \fIuser\fR
|
||||||
.BR \-u ", " \-\-local\-user " \fIUSER\fR"
|
Encrypt for user id \fIuser\fR. See \fBgpg\fR.
|
||||||
Use \fIUSER\fR as the key to sign with. See
|
|
||||||
.BR gpg (1).
|
.TP
|
||||||
.TP
|
.B --local-user \fIuser\fR
|
||||||
.B \-\-list\-archive
|
.TP
|
||||||
List the contents of the specified archive.
|
.B -u \fIuser\fR
|
||||||
.TP
|
Use \fIuser\fR as the key to sign with. See \fBgpg\fR.
|
||||||
.BR \-o ", " \-\-output " " \fIFILE\fR
|
|
||||||
Write output to specified file
|
.TP
|
||||||
.IR FILE .
|
.B --list-archive
|
||||||
.TP
|
List the contents of the specified archive.
|
||||||
.BI \-\-gpg " GPG"
|
|
||||||
Use the specified command instead of
|
.TP
|
||||||
.BR gpg .
|
.B --output \fIfile\fR
|
||||||
.TP
|
.TP
|
||||||
.BI \-\-gpg\-args " ARGS"
|
.B -o \fIfile\fR
|
||||||
Pass the specified options to
|
Write output to specified file \fIfile\fR.
|
||||||
.BR gpg (1).
|
|
||||||
.TP
|
.TP
|
||||||
.BI \-\-tar " TAR"
|
.B --gpg \fIgpgcmd\fR
|
||||||
Use the specified command instead of
|
Use the specified command \fIgpgcmd\fR instead of \fBgpg\fR.
|
||||||
.BR tar .
|
|
||||||
.TP
|
.TP
|
||||||
.BI \-\-tar\-args " ARGS"
|
.B --gpg-args \fIargs\fR
|
||||||
Pass the specified options to
|
Pass the specified options to \fBgpg\fR.
|
||||||
.BR tar (1).
|
|
||||||
.TP
|
.TP
|
||||||
.BR \-h ", " \-\-help
|
.B --tar \fItarcmd\fR
|
||||||
Output a short usage information.
|
Use the specified command \fItarcmd\fR instead of \fBtar\fR.
|
||||||
.TP
|
|
||||||
.B \-\-version
|
.TP
|
||||||
Output the program version.
|
.B --tar-args \fIargs\fR
|
||||||
|
Pass the specified options to \fBtar\fR.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B --version
|
||||||
|
Print version of the program and exit.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B --help
|
||||||
|
Display a brief help page and exit.
|
||||||
|
|
||||||
.SH DIAGNOSTICS
|
|
||||||
The program returns \fB0\fR if everything was fine, \fB1\fR otherwise.
|
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
Encrypt the contents of directory \fImydocs\fR for user Bob to file \fItest1\fR:
|
|
||||||
.IP
|
Encrypt the contents of directory \(oq\fImydocs\fR\(cq for user Bob to file
|
||||||
.B gpg\-zip \-\-encrypt \-\-output test1 \-\-gpg-args ""\-r Bob"" mydocs
|
\(oq\fItest1\fR\(cq:
|
||||||
.PP
|
|
||||||
List the contents of archive \fItest1\fR:
|
.RS 2
|
||||||
.IP
|
.nf
|
||||||
.B gpg\-zip \-\-list\-archive test1
|
gpg-zip --encrypt --output test1 --gpg-args -r Bob mydocs
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
|
|
||||||
|
|
||||||
|
List the contents of archive \(oq\fItest1\fR\(cq:
|
||||||
|
|
||||||
|
.RS 2
|
||||||
|
.nf
|
||||||
|
gpg-zip --list-archive test1
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
|
|
||||||
|
|
||||||
|
.SH DIAGNOSTICS
|
||||||
|
|
||||||
|
The program returns 0 if everything was fine, 1 otherwise.
|
||||||
|
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR gpg (1),
|
\fBgpg\fR(1),
|
||||||
.BR tar (1)
|
\fBtar\fR(1),
|
||||||
|
|
||||||
.SH AUTHOR
|
The full documentation for this tool is maintained as a Texinfo manual.
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc. Please report bugs to
|
If GnuPG and the info program are properly installed at your site, the
|
||||||
<\&bug-gnupg@gnu.org\&>.
|
command
|
||||||
|
|
||||||
This manpage was written by \fBColin Tuckley\fR <\&colin@tuckley.org\&>
|
.RS 2
|
||||||
and \fBDaniel Leidert\fR <\&daniel.leidert@wgdd.de\&> for the Debian
|
.nf
|
||||||
distribution (but may be used by others).
|
info gnupg
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
|
|
||||||
|
should give you access to the complete manual including a menu structure
|
||||||
|
and an index.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user