borg/docs/index.rst

61 lines
1.7 KiB
ReStructuredText
Raw Normal View History

2013-06-29 21:56:44 +00:00
.. include:: global.rst.inc
2011-11-05 18:42:28 +00:00
2013-08-01 11:23:15 +00:00
Welcome to Attic
================
2013-07-08 21:38:27 +00:00
|project_name| is a deduplicating backup program written in Python.
2013-07-03 20:38:07 +00:00
The main goal of |project_name| is to provide an efficient and secure way
to backup data. The data deduplication technique used makes |project_name|
suitable for daily backups since only the changes are stored.
2011-11-05 18:42:28 +00:00
2011-11-06 15:59:14 +00:00
2013-06-29 21:56:44 +00:00
Easy to use
2011-11-05 18:42:28 +00:00
-----------
2013-07-03 20:38:07 +00:00
Initialize a new backup :ref:`repository <repository_def>` and create your
first backup :ref:`archive <archive_def>` in two lines::
2011-11-06 15:59:14 +00:00
2013-07-08 21:38:27 +00:00
$ attic init /usbdrive/my-backup.attic
$ attic create -v /usbdrive/my-backup.attic::documents ~/Documents
2011-11-05 18:42:28 +00:00
2013-08-04 20:50:34 +00:00
See the :ref:`quickstart` chapter for a more detailed example.
2011-11-05 18:42:28 +00:00
2013-06-29 21:56:44 +00:00
Easy installation
2011-11-06 15:59:14 +00:00
-----------------
2013-06-29 21:56:44 +00:00
You can use pip to install |project_name| quickly and easily::
2011-11-05 18:42:28 +00:00
2013-07-08 21:38:27 +00:00
$ pip install attic
2011-11-05 18:42:28 +00:00
|project_name| is also part of the Debian_, Ubuntu_ and `Arch Linux`_
distributions of GNU/Linux.
2013-07-31 18:51:01 +00:00
Need more help with installing? See :ref:`installation`.
2011-11-05 18:42:28 +00:00
2013-06-29 21:56:44 +00:00
User's Guide
============
2011-11-05 18:42:28 +00:00
2013-06-29 21:56:44 +00:00
.. toctree::
:maxdepth: 2
2011-11-05 18:42:28 +00:00
2013-07-31 18:51:01 +00:00
foreword
2013-06-30 19:30:17 +00:00
installation
2013-07-31 18:51:01 +00:00
quickstart
2013-08-04 19:23:12 +00:00
usage
2013-06-29 21:56:44 +00:00
faq
2011-11-05 18:42:28 +00:00
Getting help
============
If you've found a bug or have a concrete feature request, you can add your bug
report or feature request directly to the project's `issue tracker`_. For more
general questions or discussions, a post to the mailing list is preferred.
Mailing list
------------
2011-11-05 18:42:28 +00:00
There is a mailing list for Attic on librelist_ that you can use for feature
requests and general discussions about Attic. A mailing list archive is
available `here <http://librelist.com/browser/attic/>`_.
2011-11-05 18:42:28 +00:00
To subscribe to the list, send an email to attic@librelist.com and reply
to the confirmation mail. Likewise, to unsubscribe, send an email to
attic-unsubscribe@librelist.com and reply to the confirmation mail.