X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famcryptsimple.8;h=84906184228cf217629ede66c88e282212e823ad;hb=96f35b20267e8b1a1c846d476f27fcd330e0b018;hp=cecbd1f134db855d88e38c8d4ba62db042fd6d90;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/man/amcryptsimple.8 b/man/amcryptsimple.8 index cecbd1f..8490618 100644 --- a/man/amcryptsimple.8 +++ b/man/amcryptsimple.8 @@ -1,19 +1,27 @@ +'\" t .\" Title: amcryptsimple -.\" Author: -.\" Generator: DocBook XSL Stylesheets v1.73.2 -.\" Date: 08/22/2008 -.\" Manual: -.\" Source: +.\" Author: Kevin Till +.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 +.\" Date: 11/05/2009 +.\" Manual: System Administration Commands +.\" Source: Amanda 2.6.1p2 +.\" Language: English .\" -.TH "AMCRYPTSIMPLE" "8" "08/22/2008" "" "" +.TH "AMCRYPTSIMPLE" "8" "11/05/2009" "Amanda 2\&.6\&.1p2" "System Administration Commands" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- .SH "NAME" -amcryptsimple - reference simple crypt program for Amanda symmetric data encryption +amcryptsimple \- reference simple crypt program for \fIAmanda\fR symmetric data encryption .SH "SYNOPSIS" -.HP 14 +.HP \w'\fBamcryptsimple\fR\ 'u \fBamcryptsimple\fR to be called by \fIAmanda\fR only .SH "DESCRIPTION" .PP @@ -23,7 +31,7 @@ calls \fBgpg\fR to perform symmetric data encryption on \fIAmanda\fR -backup\. +backup\&. \fBamcryptsimple\fR will search for the gpg program in the following directories: /usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin .PP @@ -33,28 +41,25 @@ uses one passphrase to encrypt the \fIAmanda\fR data and uses the same passphrase to decrypt the \fIAmanda\fR -backup data\. +backup data\&. \fBamcryptsimple\fR -uses AES256 as the symmetric cipher\. +uses AES256 as the symmetric cipher\&. .SH "HOW TO CREATE PASSPHRASE" Store the passphrase inside the home\-directory of the AMANDA\-user($amanda_user) and protect it with proper permissions: - echo my_secret_passphrase > ~$amanda_user/\.am_passphrase - chown $amanda_user:disk ~$amanda_user/\.am_passphrase - chmod 700 ~$amanda_user/\.am_passphrase + echo my_secret_passphrase > ~$amanda_user/\&.am_passphrase + chown $amanda_user:disk ~$amanda_user/\&.am_passphrase + chmod 700 ~$amanda_user/\&.am_passphrase .SH "NOTES" .PP -Choose a good passphrase and protect it properly\. Backup data can only be restored with the passphrase\. There is no backdoor\. +Choose a good passphrase and protect it properly\&. Backup data can only be restored with the passphrase\&. There is no backdoor\&. .PP If storing and securing passphrase in your environment presents challenges, \fIAmanda\fR provide public\-key data encryption through -\fBamgpgcrypt\fR\. Public\-key encryption uses the public key to encrypt and uses the private key to decrypt\. -.SH "AUTHOR" -.PP -The tool and its documentation was written by Zmanda, Inc (http://www\.zmanda\.com/)\. +\fBamgpgcrypt\fR\&. Public\-key encryption uses the public key to encrypt and uses the private key to decrypt\&. .SH "SEE ALSO" .PP \fBamanda\fR(8), @@ -64,3 +69,9 @@ The tool and its documentation was written by Zmanda, Inc (http://www\.zmanda\.c \fBamrestore\fR(8), \fBgpg\fR(1), : http://wiki.zmanda.com +.SH "AUTHOR" +.PP +\fBKevin Till\fR <\&kevin\&.till@zmanda\&.com\&> +.RS 4 +Zmanda, Inc\&. (http://www\&.zmanda\&.com) +.RE