Imported Upstream version 3.2.0
[debian/amanda] / man / amcryptsimple.8
1 '\" t
2 .\"     Title: amcryptsimple
3 .\"    Author: Kevin Till <kevin.till@zmanda.com>
4 .\" Generator: DocBook XSL Stylesheets vsnapshot_8273 <http://docbook.sf.net/>
5 .\"      Date: 10/18/2010
6 .\"    Manual: System Administration Commands
7 .\"    Source: Amanda 3.2.0
8 .\"  Language: English
9 .\"
10 .TH "AMCRYPTSIMPLE" "8" "10/18/2010" "Amanda 3\&.2\&.0" "System Administration Commands"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 amcryptsimple \- reference simple crypt program for Amanda symmetric data encryption
23 .SH "SYNOPSIS"
24 .HP \w'\fBamcryptsimple\fR\ 'u
25 \fBamcryptsimple\fR  to be called by Amanda only 
26 .SH "DESCRIPTION"
27 .PP
28
29 \fBamcryptsimple\fR
30 calls
31 \fBgpg\fR
32 to perform symmetric data encryption on Amanda backup\&.
33 \fBamcryptsimple\fR
34 will search for the gpg program in the following directories: /usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin
35 .PP
36
37 \fBamcryptsimple\fR
38 uses one passphrase to encrypt the Amanda data and uses the same passphrase to decrypt the Amanda backup data\&.
39 \fBamcryptsimple\fR
40 uses AES256 as the symmetric cipher\&.
41 .SH "HOW TO CREATE PASSPHRASE"
42 .PP
43 Store the passphrase inside the home\-directory of the Amanda user ($amanda_user) and protect it with proper permissions:
44 .sp
45 .nf
46 echo my_secret_passphrase > ~$amanda_user/\&.am_passphrase
47 chown $amanda_user:disk ~$amanda_user/\&.am_passphrase
48 chmod 700 ~$amanda_user/\&.am_passphrase
49 .fi
50 .SH "NOTES"
51 .PP
52 Choose a good passphrase and protect it properly\&. Backup data can only be restored with the passphrase\&. There is no backdoor\&.
53 .PP
54 If storing and securing passphrase in your environment presents challenges, Amanda provide public\-key data encryption through
55 \fBamgpgcrypt\fR\&. Public\-key encryption uses the public key to encrypt and uses the private key to decrypt\&.
56 .SH "SEE ALSO"
57 .PP
58 \fBamanda\fR(8),
59 \fBamanda.conf\fR(5),
60 \fBamcrypt\fR(8),
61 \fBamgpgcrypt\fR(8),
62 \fBamrestore\fR(8),
63 \fBgpg\fR(1)
64 .PP
65 The Amanda Wiki:
66 : http://wiki.zmanda.com/
67 .SH "AUTHOR"
68 .PP
69 \fBKevin Till\fR <\&kevin\&.till@zmanda\&.com\&>
70 .RS 4
71 Zmanda, Inc\&. (http://www\&.zmanda\&.com)
72 .RE