mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 00:37:56 +00:00
fix headings in README
this makes it consistent with the rest of the documentation
This commit is contained in:
parent
6b604ac28c
commit
f31b4a639b
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
What is BorgBackup?
|
What is BorgBackup?
|
||||||
-------------------
|
===================
|
||||||
BorgBackup (short: Borg) is a deduplicating backup program.
|
BorgBackup (short: Borg) is a deduplicating backup program.
|
||||||
Optionally, it supports compression and authenticated encryption.
|
Optionally, it supports compression and authenticated encryption.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ downloaded Borg, ``docs/installation.rst`` to get started with Borg.
|
||||||
.. _installation manual: https://borgbackup.readthedocs.org/installation.html
|
.. _installation manual: https://borgbackup.readthedocs.org/installation.html
|
||||||
|
|
||||||
Main features
|
Main features
|
||||||
~~~~~~~~~~~~~
|
-------------
|
||||||
**Space efficient storage**
|
**Space efficient storage**
|
||||||
Deduplication based on content-defined chunking is used to reduce the number
|
Deduplication based on content-defined chunking is used to reduce the number
|
||||||
of bytes stored: each file is split into a number of variable length chunks
|
of bytes stored: each file is split into a number of variable length chunks
|
||||||
|
@ -82,7 +82,7 @@ Main features
|
||||||
|
|
||||||
|
|
||||||
Easy to use
|
Easy to use
|
||||||
~~~~~~~~~~~
|
-----------
|
||||||
Initialize a new backup repository and create a backup archive::
|
Initialize a new backup repository and create a backup archive::
|
||||||
|
|
||||||
$ borg init /mnt/backup
|
$ borg init /mnt/backup
|
||||||
|
@ -106,7 +106,7 @@ For a graphical frontend refer to our complementary project
|
||||||
`BorgWeb <https://github.com/borgbackup/borgweb>`_.
|
`BorgWeb <https://github.com/borgbackup/borgweb>`_.
|
||||||
|
|
||||||
Links
|
Links
|
||||||
-----
|
=====
|
||||||
|
|
||||||
* `Main Web Site <https://borgbackup.readthedocs.org/>`_
|
* `Main Web Site <https://borgbackup.readthedocs.org/>`_
|
||||||
* `Releases <https://github.com/borgbackup/borg/releases>`_
|
* `Releases <https://github.com/borgbackup/borg/releases>`_
|
||||||
|
|
Loading…
Reference in a new issue