logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

amarchiver - Create, extract or list amanda archive

Authors

DustinJ.Mitchell <dustin@zmanda.com>
           Zmanda, Inc. (http://www.zmanda.com)

       Jean-LouisMartineau <martineau@zmanda.com>
           Zmanda, Inc. (http://www.zmanda.com)

Amanda 3.5.4                                       01/25/2025                                      AMARCHIVER(8)

Description

Amarchiver manipulates amanda archive file. On creation, amarchiver doesn't 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.

       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.

Name

       amarchiver - Create, extract or list amanda archive

Options

--version
           print the amarchiver version

       --create
           Create an amanda archive. Only the supplied filenames are included. With one --verbose, lists the
           filenames. With two, lists the filenames and sizes.

       --list
           List the filenames in an amanda archive. No additional filenames are allowed on the command line.

       --extract
           Extract an amanda archive. If filenames are supplied, only those files are extracted. Files are
           created in the current directory, suffixed with a dot ('.') and the attribute ID.

       --verbose
           Give more information.

       --file file
           Create, list or extract from the given file instead of stdin/stdout.

See Also

amanda(8), amanda-archive-format(5)

       The Amanda Wiki: : http://wiki.zmanda.com/

Synopsis

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

See Also