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