diff --git a/README.rst b/README.rst index 3a2088e2f..2181d7227 100644 --- a/README.rst +++ b/README.rst @@ -102,8 +102,7 @@ Now doing another backup, just to show off the great deduplication:: This archive: 57.16 MB 46.78 MB 151.67 kB <--- ! All archives: 114.02 MB 93.46 MB 44.81 MB -For a graphical frontend refer to our complementary project -`BorgWeb `_. +For a graphical frontend refer to our complementary project `BorgWeb`_. Links ===== diff --git a/docs/development.rst b/docs/development.rst index cce5cb5d3..6ae364dc1 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -136,11 +136,11 @@ Checklist: python setup.py register sdist upload --identity="Thomas Waldmann" --sign - close release milestone on Github -- announce on:: +- announce on: - `mailing list `_ - Twitter (follow @ThomasJWaldmann for these tweets) - - `IRC channel `_ (change ``/topic`` + - `IRC channel `_ (change ``/topic``) - create a Github release, include: * standalone binaries (see above for how to create them) diff --git a/docs/faq.rst b/docs/faq.rst index 3316d96f8..b91666af9 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -5,7 +5,7 @@ Frequently asked questions ========================== Can I backup VM disk images? - Yes, the :ref:`deduplication ` technique used by + Yes, the `deduplication`_ technique used by |project_name| makes sure only the modified parts of the file are stored. Also, we have optional simple sparse file support for extract. @@ -52,6 +52,7 @@ Which file types, attributes, etc. are *not* preserved? Why is my backup bigger than with attic? Why doesn't |project_name| do compression by default? + * attic was rather unflexible when it comes to compression, it always compressed using zlib level 6 (no way to switch compression off or adjust the level or algorithm)