Provided by: attic_0.16-2_amd64
NAME
attic - 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.
SEE ALSO
The full documentation for attic can be found at /usr/share/doc/attic/html/index.html. This documentation is also available online at http://www.attic-backup.org.
COPYRIGHT
Caitlin Matos <caitlin.matos@zoho.com>, 2014-2015. Based on the documentation and code of Jonas Borgström <jonas@borgstrom.se>, 2010-2014.