Imported Upstream version 3.3.2
[debian/amanda] / man / amaespipe.8
1 '\" t
2 .\"     Title: amaespipe
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 "AMAESPIPE" "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 amaespipe \- wrapper program for aespipe
32 .SH "SYNOPSIS"
33 .HP \w'\fBamaespipe\fR\ 'u
34 \fBamaespipe\fR
35 .SH "DESCRIPTION"
36 .PP
37
38 \fBamaespipe\fR
39 requires
40 \fBaespipe\fR,
41 \fBuuencode\fR
42 and
43 \fBgpg\fR
44 to work\&. Aespipe is available from
45 : http://loop-aes.sourceforge.net
46 .PP
47
48 \fBamaespipe\fR
49 will search for the aespipe program in the following directories: /usr/bin:/usr/local/bin:/sbin:/usr/sbin\&.
50 .PP
51
52 \fBamaespipe\fR
53 is called by
54 \fBamcrypt\fR
55 for Amanda data encryption\&.
56 .PP
57
58 \fBamaespipe\fR
59 is based on aespipe\*(Aqs bzaespipe program\&. It calls aespipe to encrypt data using AES256 as the encryption and SHA256 as the hash function\&. GPG key should be stored in $AMANDA_HOME/\&.gnupg/am_key\&.gpg\&.
60 \fBamaespipe\fR
61 reads passphrase from file descriptor 3\&. During decryption,
62 \fBamaespipe\fR
63 autodects encryption type and hash function from the encrypted image\&.
64 .SH "SEE ALSO"
65 .PP
66 \fBamanda\fR(8),
67 \fBamanda.conf\fR(5),
68 \fBaespipe\fR(1),
69 \fBamcrypt\fR(8),
70 \fBgpg\fR(1)
71 .PP
72 The Amanda Wiki:
73 : http://wiki.zmanda.com/
74 .SH "AUTHOR"
75 .PP
76 \fBKevin Till\fR <\&kevin\&.till@zmanda\&.com\&>
77 .RS 4
78 Zmanda, Inc\&. (http://www\&.zmanda\&.com)
79 .RE