attic(1) deduplicating backups

SYNOPSIS

attic [-h|--help] <command>

DESCRIPTION

Attic is a deduplicating backup program written in Python. The main goal of Attic is to provide an efficient and secure way to backup data. The data deduplication technique used makes Attic suitable for daily backups since only the actual changes are stored.

OPTIONS

-h, --help
show a short usage summary and exit

COMMANDS

The available commands are:
{serve, init, check, change-passphrase, create, extract, delete, list, mount, info, prune, help}

Further information and options for each command is available via the --help option. For example, more information about the create command can be viewed with attic create --help or attic help create.

COPYRIGHT

Caitlin Matos <[email protected]>, 2014-2015.
Based on the documentation and code of Jonas Borgström <[email protected]>, 2010-2014.