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