borg/docs/index.rst

82 lines
2.6 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
Welcome to Borg
2013-08-01 11:23:15 +00:00
================
|project_name| is a deduplicating backup program.
Optionally, it also supports compression and authenticated encryption.
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. The authenticated
encryption makes it suitable for backups to not fully trusted targets.
|project_name| is written in Python (with a little bit of Cython and C for
2015-05-14 23:50:45 +00:00
the performance critical parts).
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
$ borg init /mnt/backup
$ borg create /mnt/backup::Monday ~/Documents
$ borg create --stats /mnt/backup::Tuesday ~/Documents
2014-04-06 20:47:22 +00:00
Archive name: Tuesday
Archive fingerprint: 387a5e3f9b0e792e91ce87134b0f4bfe17677d9248cb5337f3fbf3a8e157942a
Start time: Tue Mar 25 12:00:10 2014
End time: Tue Mar 25 12:00:10 2014
Duration: 0.08 seconds
Number of files: 358
Original size Compressed size Deduplicated size
This archive: 57.16 MB 46.78 MB 151.67 kB
All archives: 114.02 MB 93.46 MB 44.81 MB
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
$ pip3 install borgbackup
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
2014-12-16 15:03:20 +00:00
internals
2011-11-05 18:42:28 +00:00
Getting help
============
If you've found a bug or have a concrete feature request, please create a new
ticket on the project's `issue tracker`_ (after checking whether someone else
already has reported the same thing).
For more general questions or discussions, IRC or mailing list are preferred.
IRC
---
Join us on channel #borgbackup on chat.freenode.net. As usual on IRC, just
ask or tell directly and then patiently wait for replies. Stay connected.
Mailing list
------------
2011-11-05 18:42:28 +00:00
There is a mailing list for Borg on librelist_ that you can use for feature
requests and general discussions about Borg. A mailing list archive is
available `here <http://librelist.com/browser/borgbackup/>`_.
2011-11-05 18:42:28 +00:00
To subscribe to the list, send an email to borgbackup@librelist.com and reply
to the confirmation mail. Likewise, to unsubscribe, send an email to
borgbackup-unsubscribe@librelist.com and reply to the confirmation mail.