@@ -18,7 +18,7 @@ See the `installation manual`_ or, if you have already
1818downloaded Borg, ``docs/installation.rst `` to get started with Borg.
1919There is also an `offline documentation `_ available, in multiple formats.
2020
21- .. _installation manual : https://borgbackup.readthedocs.org /en/stable/installation.html 
21+ .. _installation manual : https://borgbackup.readthedocs.io /en/stable/installation.html 
2222.. _offline documentation : https://readthedocs.org/projects/borgbackup/downloads 
2323
2424Main features
@@ -57,10 +57,10 @@ Main features
5757
5858**Data encryption **
5959    All data can be protected using 256-bit AES encryption, data integrity and
60-     authenticity is verified using HMAC-SHA256. Data is encrypted clientside .
60+     authenticity is verified using HMAC-SHA256. Data is encrypted client-side .
6161
6262**Obfuscation **
63-     Optionally, borg  can actively obfuscate e.g. the size of files /  chunks to
63+     Optionally, Borg  can actively obfuscate,  e.g.,  the size of files/ chunks to
6464    make fingerprinting attacks more difficult.
6565
6666**Compression **
@@ -73,24 +73,24 @@ Main features
7373    * lzma (low speed, high compression)
7474
7575**Off-site backups **
76-     Borg can store data on any remote host accessible over SSH.   If Borg is
77-     installed on the remote host, big  performance gains can be achieved
78-     compared to using a network filesystem  (sshfs, nfs , ...).
76+     Borg can store data on any remote host accessible over SSH. If Borg is
77+     installed on the remote host, significant  performance gains can be achieved
78+     compared to using a network file system  (sshfs, NFS , ...).
7979
80- **Backups mountable as filesystems  **
81-     Backup archives are mountable as userspace filesystems  for easy interactive
82-     backup examination and restores (e.g. by using a regular file manager).
80+ **Backups mountable as file systems  **
81+     Backup archives are mountable as user-space file systems  for easy interactive
82+     backup examination and restores (e.g.,  by using a regular file manager).
8383
8484**Easy installation on multiple platforms **
8585    We offer single-file binaries that do not require installing anything -
8686    you can just run them on these platforms:
8787
8888    * Linux
89-     * Mac OS X 
89+     * macOS 
9090    * FreeBSD
9191    * OpenBSD and NetBSD (no xattrs/ACLs support or binaries yet)
9292    * Cygwin (experimental, no binaries yet)
93-     * Linux  Subsystem of  Windows 10 (experimental)
93+     * Windows  Subsystem for Linux (WSL) on  Windows 10/11  (experimental)
9494
9595**Free and Open Source Software **
9696  * security and functionality can be audited independently
@@ -128,9 +128,9 @@ Now doing another backup, just to show off the great deduplication::
128128    ----------------------------------------------------------------------------- 
129129
130130
131- For a graphical frontend refer to our complementary project `BorgWeb  <https://borgweb.readthedocs.io/ >`_.
131+ For a graphical frontend,  refer to our complementary project `BorgWeb  <https://borgweb.readthedocs.io/ >`_.
132132
133- Helping, Donations  and Bounties , becoming a Patron
133+ Helping, donations  and bounties , becoming a Patron
134134-------------------------------------------------- 
135135
136136Your help is always welcome!
@@ -144,17 +144,17 @@ https://www.borgbackup.org/support/fund.html
144144Links
145145----- 
146146
147- * `Main Web Site   <https://borgbackup.readthedocs.org / >`_
147+ * `Main website   <https://borgbackup.readthedocs.io / >`_
148148* `Releases  <https://github.com/borgbackup/borg/releases >`_,
149149  `PyPI packages  <https://pypi.python.org/pypi/borgbackup >`_ and
150-   `ChangeLog  https://github.com/borgbackup/borg/blob/master/docs/changes.rst >`_
151- * `Offline Documentation   <https://readthedocs.org/projects/borgbackup/downloads >`_
150+   `Changelog  https://github.com/borgbackup/borg/blob/master/docs/changes.rst >`_
151+ * `Offline documentation   <https://readthedocs.org/projects/borgbackup/downloads >`_
152152* `GitHub  <https://github.com/borgbackup/borg >`_ and
153-   `Issue Tracker   <https://github.com/borgbackup/borg/issues >`_.
154- * `Web-Chat  (IRC)  <https://web.libera.chat/#borgbackup >`_ and
155-   `Mailing List   <https://mail.python.org/mailman/listinfo/borgbackup >`_
156- * `License  <https://borgbackup.readthedocs.org /en/stable/authors.html#license >`_
157- * `Security contact  <https://borgbackup.readthedocs.io/en/latest /support.html#security-contact >`_
153+   `Issue tracker   <https://github.com/borgbackup/borg/issues >`_.
154+ * `Web chat  (IRC)  <https://web.libera.chat/#borgbackup >`_ and
155+   `Mailing list   <https://mail.python.org/mailman/listinfo/borgbackup >`_
156+ * `License  <https://borgbackup.readthedocs.io /en/stable/authors.html#license >`_
157+ * `Security contact  <https://borgbackup.readthedocs.io/en/stable /support.html#security-contact >`_
158158
159159Compatibility notes
160160------------------- 
@@ -175,15 +175,15 @@ see ``docs/support.rst`` in the source distribution).
175175
176176.. |doc | image :: https://readthedocs.org/projects/borgbackup/badge/?version=stable 
177177        :alt:  Documentation 
178-         :target:  https://borgbackup.readthedocs.org /en/stable/ 
178+         :target:  https://borgbackup.readthedocs.io /en/stable/ 
179179
180- .. |build | image :: https://github.com/borgbackup/borg/workflows/CI/badge.svg?branch=master  
181-         :alt:  Build Status (master ) 
180+ .. |build | image :: https://github.com/borgbackup/borg/workflows/CI/badge.svg?branch=1.4-maint  
181+         :alt:  Build Status (1.4-maint ) 
182182        :target:  https://github.com/borgbackup/borg/actions 
183183
184- .. |coverage | image :: https://codecov.io/github/borgbackup/borg/coverage.svg?branch=master  
184+ .. |coverage | image :: https://codecov.io/github/borgbackup/borg/coverage.svg?branch=1.4-maint  
185185        :alt:  Test Coverage 
186-         :target:  https://codecov.io/github/borgbackup/borg?branch=master  
186+         :target:  https://codecov.io/github/borgbackup/borg?branch=1.4-maint  
187187
188188.. |screencast_basic | image :: https://asciinema.org/a/133292.png 
189189        :alt:  BorgBackup Basic Usage 
0 commit comments