X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famgpgcrypt.8;h=83053a34e215bf05e16bdce424f5f8be3d9c6dba;hb=HEAD;hp=a5d2e60f84450c658cffa23d9182cec7fc30e59d;hpb=d74dc4d908fcbc1a4ef474edaf51e61ec90eab6b;p=debian%2Famanda diff --git a/man/amgpgcrypt.8 b/man/amgpgcrypt.8 index a5d2e60..83053a3 100644 --- a/man/amgpgcrypt.8 +++ b/man/amgpgcrypt.8 @@ -1,13 +1,22 @@ '\" t .\" Title: amgpgcrypt .\" Author: Kevin Till -.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 -.\" Date: 04/10/2009 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 01/10/2013 .\" Manual: System Administration Commands -.\" Source: Amanda 2.6.1p1 +.\" Source: Amanda 3.3.3 .\" Language: English .\" -.TH "AMGPGCRYPT" "8" "04/10/2009" "Amanda 2\&.6\&.1p1" "System Administration Commands" +.TH "AMGPGCRYPT" "8" "01/10/2013" "Amanda 3\&.3\&.3" "System Administration Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -19,19 +28,17 @@ .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" -amgpgcrypt \- reference crypt program for \fIAmanda\fR public\-key data encryption +amgpgcrypt \- reference crypt program for Amanda public\-key data encryption .SH "SYNOPSIS" .HP \w'\fBamgpgcrypt\fR\ 'u -\fBamgpgcrypt\fR to be called by \fIAmanda\fR only +\fBamgpgcrypt\fR to be called by Amanda only .SH "DESCRIPTION" .PP \fBamgpgcrypt\fR calls \fBgpg\fR -to perform public\-key data encryption on -\fIAmanda\fR -backup\&. +to perform public\-key data encryption on Amanda backup\&. \fBamgpgcrypt\fR will search for the gpg program in the following directories: /usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin .PP @@ -39,18 +46,12 @@ will search for the gpg program in the following directories: /usr/local/bin:/us \fBamgpgcrypt\fR sets GNUPGHOME to $AMANDA_HOME/\&.gnupg where gpg will look for the gpg keys\&. \fBamgpgcrypt\fR -uses the public key to encrypt the -\fIAmanda\fR -data and uses the private key to decrypt the -\fIAmanda\fR -backup data\&. Thus, passphrase is only required at the time of data restore\&. +uses the public key to encrypt the Amanda data and uses the private key to decrypt the Amanda backup data\&. Thus, passphrase is only required at the time of data restore\&. .SH "KEY AND PASSPHRASE" .PP \fBamgpgcrypt\fR -uses the private key to decrypt -\fIAmanda\fR -backup data\&. +uses the private key to decrypt Amanda backup data\&. It is very important to store, manage and protect the key and the passphrase properly\&. Encrypted backup data can \fBonly\fR be recovered with the correct key and @@ -97,11 +98,11 @@ You need a User\-ID to identify your key; the software constructs the user id from Real Name, Comment and Email Address in this form: "Heinrich Heine (Der Dichter) (heinrichh@duesseldorf\&.de)" -Real name: amandabackup +Real name: backup Email address: -Comment: gpg keys for amandabackup +Comment: gpg keys for backup You selected this USER\-ID: - "amandabackup (gpg keys for amandabackup)" + "backup (gpg keys for backup)" Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o You need a Passphrase to protect your secret key\&. @@ -119,7 +120,7 @@ generator a better chance to gain enough entropy\&. public and secret key created and signed\&. key marked as ultimately trusted\&. -pub 1024D/4417A8CB 2006\-02\-07 amandabackup (gpg keys for amandabackup) +pub 1024D/4417A8CB 2006\-02\-07 backup (gpg keys for backup) Key fingerprint = 139C 6369 44FC 7F1A 655C E5E9 7EAA 515A 4417 A8CB sub 1024g/8C3A6A78 2006\-02\-07 [expires: 2006\-08\-06] .fi @@ -134,28 +135,28 @@ encrypt data with this public key along with the cipher algorithm\&. .PP \fB$AMANDA_HOME/\&.gnupg/secring\&.gpg\fR .RS 4 -The private/secret key\&. It\'s only needed during amrecover/amrestore\&. Store and protect it properly during other time\&. +The private/secret key\&. It\*(Aqs only needed during amrecover/amrestore\&. Store and protect it properly during other time\&. .RE .PP \fB$AMANDA_HOME/\&.am_passphrase\fR .RS 4 -The passphrase\&. It\'s only needed during amrecover/amrestore\&. Store and protect it properly during other time\&. +The passphrase\&. It\*(Aqs only needed during amrecover/amrestore\&. Store and protect it properly during other time\&. .RE .SH "BUGS" .PP -\fIAmanda\fR -has problem with gpg mdc(modification detection code) in the binary mode\&. +Amanda has problem with gpg mdc(modification detection code) in the binary mode\&. \fBamgpgcrypt\fR calls gpg with mdc disabled .SH "SEE ALSO" .PP - \fBamanda\fR(8), \fBamanda.conf\fR(5), \fBamcrypt\fR(8), \fBamrestore\fR(8), -\fBgpg\fR(1), -: http://wiki.zmanda.com +\fBgpg\fR(1) +.PP +The Amanda Wiki: +: http://wiki.zmanda.com/ .SH "AUTHOR" .PP \fBKevin Till\fR <\&kevin\&.till@zmanda\&.com\&>