18e802bc3bc7cf4bf1bcef409d93850e70fb82a9
[debian/amanda] / man / amarchiver.8
1 '\" t
2 .\"     Title: amarchiver
3 .\"    Author: Dustin J. Mitchell <dustin@zmanda.com>
4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5 .\"      Date: 02/21/2012
6 .\"    Manual: System Administration Commands
7 .\"    Source: Amanda 3.3.1
8 .\"  Language: English
9 .\"
10 .TH "AMARCHIVER" "8" "02/21/2012" "Amanda 3\&.3\&.1" "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 amarchiver \- Create, extract or list amanda archive
32 .SH "SYNOPSIS"
33 .HP \w'\fBamarchiver\fR\ 'u
34 \fBamarchiver\fR \-\-version|\-\-create|\-\-extract|\-\-list [\-\-verbose] [\-\-file\ \fIfile\fR] [\fIfilename\fR]... 
35 .SH "DESCRIPTION"
36 .PP
37 \fBAmarchiver\fR
38 manipulates amanda archive file\&. On creation, amarchiver doesn\*(Aqt recurse into directories\&. If a filename specifies a directory, it will be ignored\&. If it specifies a character device, amarchiver reads the device and archives the data\&. If a filename specifies a named pipe, amarchiver reads the named pipe and archives the data\&.
39 .PP
40 Note that this tool is more limited than the Amanda archive library, and may not be appropriate for some archive files \-\- particularly those which use non\-strings in their filenames\&.
41 .SH "OPTIONS"
42 .PP
43 \fB\-\-version\fR
44 .RS 4
45 print the amarchiver version
46 .RE
47 .PP
48 \fB\-\-create\fR
49 .RS 4
50 Create an amanda archive\&. Only the supplied filenames are included\&. With one
51 \fB\-\-verbose\fR, lists the filenames\&. With two, lists the filenames and sizes\&.
52 .RE
53 .PP
54 \fB\-\-list\fR
55 .RS 4
56 List the filenames in an amanda archive\&. No additional filenames are allowed on the command line\&.
57 .RE
58 .PP
59 \fB\-\-extract\fR
60 .RS 4
61 Extract an amanda archive\&. If filenames are supplied, only those files are extracted\&. Files are created in the current directory, suffixed with a dot (\*(Aq\&.\*(Aq) and the attribute ID\&.
62 .RE
63 .PP
64 \fB\-\-verbose\fR
65 .RS 4
66 Give more information\&.
67 .RE
68 .PP
69 \fB\-\-file\fR file
70 .RS 4
71 Create, list or extract from the given file instead of stdin/stdout\&.
72 .RE
73 .SH "SEE ALSO"
74 .PP
75 \fBamanda\fR(8),
76 \fBamanda-archive-format\fR(5)
77 .PP
78 The Amanda Wiki:
79 : http://wiki.zmanda.com/
80 .SH "AUTHORS"
81 .PP
82 \fBDustin J\&. Mitchell\fR <\&dustin@zmanda\&.com\&>
83 .RS 4
84 Zmanda, Inc\&. (http://www\&.zmanda\&.com)
85 .RE
86 .PP
87 \fBJean\-Louis Martineau\fR <\&martineau@zmanda\&.com\&>
88 .RS 4
89 Zmanda, Inc\&. (http://www\&.zmanda\&.com)
90 .RE