mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
make readme a little more readable
link to source documents for people that are reading just the README without a web browser hyperlink to the changes document as well
This commit is contained in:
parent
df20e512a0
commit
6629772760
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,8 @@ since only changes are stored.
|
||||||
The authenticated encryption technique makes it suitable for backups to not
|
The authenticated encryption technique makes it suitable for backups to not
|
||||||
fully trusted targets.
|
fully trusted targets.
|
||||||
|
|
||||||
`Borg Installation docs <http://borgbackup.github.io/borgbackup/installation.html>`_
|
See the `installation manual <installation>`_ or, if you have already
|
||||||
|
downloaded Borg, ``docs/installation.rst`` to get started with Borg.
|
||||||
|
|
||||||
|
|
||||||
Main features
|
Main features
|
||||||
|
@ -115,7 +116,8 @@ considerations regarding project goals and policy of the Borg project.
|
||||||
|
|
||||||
BORG IS NOT COMPATIBLE WITH ORIGINAL ATTIC.
|
BORG IS NOT COMPATIBLE WITH ORIGINAL ATTIC.
|
||||||
EXPECT THAT WE WILL BREAK COMPATIBILITY REPEATEDLY WHEN MAJOR RELEASE NUMBER
|
EXPECT THAT WE WILL BREAK COMPATIBILITY REPEATEDLY WHEN MAJOR RELEASE NUMBER
|
||||||
CHANGES (like when going from 0.x.y to 1.0.0). Please read CHANGES document.
|
CHANGES (like when going from 0.x.y to 1.0.0). Please read the
|
||||||
|
`changelog`_ (or ``CHANGES.rst`` in the source distribution) for more information.
|
||||||
|
|
||||||
NOT RELEASED DEVELOPMENT VERSIONS HAVE UNKNOWN COMPATIBILITY PROPERTIES.
|
NOT RELEASED DEVELOPMENT VERSIONS HAVE UNKNOWN COMPATIBILITY PROPERTIES.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue