@@ -3,7 +3,7 @@ This is borg2!
33
44Please note that this is the README for borg2 / master branch.
55
6- For the stable version's docs, please see there :
6+ For the stable version's docs, please see here :
77
88https://borgbackup.readthedocs.io/en/stable/
99
@@ -14,7 +14,7 @@ next-beta upgrade code, so you will have to delete and re-create repos).
1414Thus, **DO NOT USE BORG2 FOR YOUR PRODUCTION BACKUPS! ** Please help with
1515testing it, but set it up *additionally * to your production backups.
1616
17- TODO: the screencasts need a remake using borg2, see there :
17+ TODO: the screencasts need a remake using borg2, see here :
1818
1919https://github.com/borgbackup/borg/issues/6303
2020
@@ -35,7 +35,7 @@ See the `installation manual`_ or, if you have already
3535downloaded Borg, ``docs/installation.rst `` to get started with Borg.
3636There is also an `offline documentation `_ available, in multiple formats.
3737
38- .. _installation manual : https://borgbackup.readthedocs.org /en/stable /installation.html
38+ .. _installation manual : https://borgbackup.readthedocs.io /en/master /installation.html
3939.. _offline documentation : https://readthedocs.org/projects/borgbackup/downloads
4040
4141Main features
@@ -78,7 +78,7 @@ Main features
7878 authenticity.
7979
8080**Obfuscation **
81- Optionally, borg can actively obfuscate e.g. the size of files / chunks to
81+ Optionally, Borg can actively obfuscate, e.g., the size of files/ chunks to
8282 make fingerprinting attacks more difficult.
8383
8484**Compression **
@@ -91,13 +91,13 @@ Main features
9191 * lzma (low speed, high compression)
9292
9393**Off-site backups **
94- Borg can store data on any remote host accessible over SSH. If Borg is
95- installed on the remote host, big performance gains can be achieved
96- compared to using a network filesystem (sshfs, nfs , ...).
94+ Borg can store data on any remote host accessible over SSH. If Borg is
95+ installed on the remote host, significant performance gains can be achieved
96+ compared to using a network file system (sshfs, NFS , ...).
9797
98- **Backups mountable as filesystems **
99- Backup archives are mountable as userspace filesystems for easy interactive
100- backup examination and restores (e.g. by using a regular file manager).
98+ **Backups mountable as file systems **
99+ Backup archives are mountable as user-space file systems for easy interactive
100+ backup examination and restores (e.g., by using a regular file manager).
101101
102102**Easy installation on multiple platforms **
103103 We offer single-file binaries that do not require installing anything -
@@ -108,7 +108,7 @@ Main features
108108 * FreeBSD
109109 * OpenBSD and NetBSD (no xattrs/ACLs support or binaries yet)
110110 * Cygwin (experimental, no binaries yet)
111- * Linux Subsystem of Windows 10 (experimental)
111+ * Windows Subsystem for Linux (WSL) on Windows 10/11 (experimental)
112112
113113**Free and Open Source Software **
114114 * security and functionality can be audited independently
@@ -130,7 +130,7 @@ Create a new backup archive::
130130
131131 $ borg create Monday1 ~/Documents
132132
133- Now doing another backup, just to show off the great deduplication::
133+ Now do another backup, just to show off the great deduplication::
134134
135135 $ borg create -v --stats Monday2 ~/Documents
136136 Repository: /path/to/repo
@@ -144,31 +144,31 @@ Now doing another backup, just to show off the great deduplication::
144144 Deduplicated size: 520 B
145145
146146
147- Helping, Donations and Bounties , becoming a Patron
147+ Helping, donations and bounties , becoming a Patron
148148--------------------------------------------------
149149
150150Your help is always welcome!
151151
152152Spread the word, give feedback, help with documentation, testing or development.
153153
154- You can also give monetary support to the project, see there for details:
154+ You can also give monetary support to the project, see here for details:
155155
156156https://www.borgbackup.org/support/fund.html
157157
158158Links
159159-----
160160
161- * `Main Web Site <https://borgbackup.readthedocs.org / >`_
161+ * `Main website <https://borgbackup.readthedocs.io / >`_
162162* `Releases <https://github.com/borgbackup/borg/releases >`_,
163163 `PyPI packages <https://pypi.python.org/pypi/borgbackup >`_ and
164- `ChangeLog <https://github.com/borgbackup/borg/blob/master/docs/changes.rst >`_
165- * `Offline Documentation <https://readthedocs.org/projects/borgbackup/downloads >`_
164+ `Changelog <https://github.com/borgbackup/borg/blob/master/docs/changes.rst >`_
165+ * `Offline documentation <https://readthedocs.org/projects/borgbackup/downloads >`_
166166* `GitHub <https://github.com/borgbackup/borg >`_ and
167- `Issue Tracker <https://github.com/borgbackup/borg/issues >`_.
168- * `Web-Chat (IRC) <https://web.libera.chat/#borgbackup >`_ and
169- `Mailing List <https://mail.python.org/mailman/listinfo/borgbackup >`_
170- * `License <https://borgbackup.readthedocs.org /en/stable /authors.html#license >`_
171- * `Security contact <https://borgbackup.readthedocs.io/en/latest /support.html#security-contact >`_
167+ `Issue tracker <https://github.com/borgbackup/borg/issues >`_.
168+ * `Web chat (IRC) <https://web.libera.chat/#borgbackup >`_ and
169+ `Mailing list <https://mail.python.org/mailman/listinfo/borgbackup >`_
170+ * `License <https://borgbackup.readthedocs.io /en/master /authors.html#license >`_
171+ * `Security contact <https://borgbackup.readthedocs.io/en/master /support.html#security-contact >`_
172172
173173Compatibility notes
174174-------------------
@@ -178,7 +178,7 @@ CHANGES (like when going from 0.x.y to 1.0.0 or from 1.x.y to 2.0.0).
178178
179179NOT RELEASED DEVELOPMENT VERSIONS HAVE UNKNOWN COMPATIBILITY PROPERTIES.
180180
181- THIS IS SOFTWARE IN DEVELOPMENT, DECIDE YOURSELF WHETHER IT FITS YOUR NEEDS.
181+ THIS IS SOFTWARE IN DEVELOPMENT, DECIDE FOR YOURSELF WHETHER IT FITS YOUR NEEDS.
182182
183183Security issues should be reported to the `Security contact `_ (or
184184see ``docs/support.rst `` in the source distribution).
@@ -187,9 +187,9 @@ see ``docs/support.rst`` in the source distribution).
187187
188188 |doc | |build | |coverage | |bestpractices |
189189
190- .. |doc | image :: https://readthedocs.org/projects/borgbackup/badge/?version=stable
190+ .. |doc | image :: https://readthedocs.org/projects/borgbackup/badge/?version=master
191191 :alt: Documentation
192- :target: https://borgbackup.readthedocs.org /en/stable /
192+ :target: https://borgbackup.readthedocs.io /en/master /
193193
194194.. |build | image :: https://github.com/borgbackup/borg/workflows/CI/badge.svg?branch=master
195195 :alt: Build Status (master)
0 commit comments