1AMARCHIVER(8)           System Administration Commands           AMARCHIVER(8)
2
3
4

NAME

6       amarchiver - Create, extract or list amanda archive
7

SYNOPSIS

9       amarchiver --version|--create|--extract|--list [--verbose]
10                  [--file file] [filename]...
11

DESCRIPTION

13       Amarchiver manipulates amanda archive file. On creation, amarchiver
14       doesn't recurse into directories. If a filename specifies a directory,
15       it will be ignored. If it specifies a character device, amarchiver
16       reads the device and archives the data. If a filename specifies a named
17       pipe, amarchiver reads the named pipe and archives the data.
18
19       Note that this tool is more limited than the Amanda archive library,
20       and may not be appropriate for some archive files -- particularly those
21       which use non-strings in their filenames.
22

OPTIONS

24       --version
25           print the amarchiver version
26
27       --create
28           Create an amanda archive. Only the supplied filenames are included.
29           With one --verbose, lists the filenames. With two, lists the
30           filenames and sizes.
31
32       --list
33           List the filenames in an amanda archive. No additional filenames
34           are allowed on the command line.
35
36       --extract
37           Extract an amanda archive. If filenames are supplied, only those
38           files are extracted. Files are created in the current directory,
39           suffixed with a dot ('.') and the attribute ID.
40
41       --verbose
42           Give more information.
43
44       --file file
45           Create, list or extract from the given file instead of
46           stdin/stdout.
47

SEE ALSO

49       amanda(8), amanda-archive-format(5)
50
51       The Amanda Wiki: : http://wiki.zmanda.com/
52

AUTHORS

54       Dustin J. Mitchell <dustin@zmanda.com>
55           Zmanda, Inc. (http://www.zmanda.com)
56
57       Jean-Louis Martineau <martineau@zmanda.com>
58           Zmanda, Inc. (http://www.zmanda.com)
59
60
61
62Amanda 3.5.1                      12/01/2017                     AMARCHIVER(8)
Impressum