Skip to content

Commit 2c7bec0

Browse files
manual corrections/reverts
1 parent 3120f9c commit 2c7bec0

32 files changed

+63
-63
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Thank you for contributing code to Borg; your help is appreciated!
33
Before you submit a pull request, please make sure it complies with the
44
guidelines in our documentation:
55

6-
https://borgbackup.readthedocs.io/en/stable/development.html#contributions
6+
https://borgbackup.readthedocs.io/en/latest/development.html#contributions
77

88
**Please remove the text above before submitting your pull request.**

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# badge: https://github.com/borgbackup/borg/workflows/CI/badge.svg?branch=1.4-maint
1+
# badge: https://github.com/borgbackup/borg/workflows/CI/badge.svg?branch=master
22

33
name: CI
44

docs/binaries/00_README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Download the correct files
99
--------------------------
1010

1111
AMD64/x86_64 architecture
12-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
12+
~~~~~~~~~~~~~~~~~~~~~~~~~
1313

1414
borg-linux-glibc241 Linux (built on Debian 13 "Trixie" with glibc 2.41)
1515
borg-linux-glibc236 Linux (built on Debian 12 "Bookworm" with glibc 2.36)

docs/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ locations), the recommended way to do that is like this:
4949

5050
This will create distinct (different repository ID) but related repositories.
5151
Related means using the same chunker secret and the same id_key, thus producing
52-
the same chunks/the same chunk IDs if the input data is the same.
52+
the same chunks / the same chunk IDs if the input data is the same.
5353

5454
The two independent borg create invocations mean there is no error propagation
5555
from repo1 to repo2 when done like that.
@@ -76,7 +76,7 @@ run into this by yourself by restoring an older copy of your repository.
7676
"attack": An attacker may have replaced your repo with an older copy, trying to
7777
trigger AES counter reuse and break your repo encryption.
7878

79-
Borg users have also reported that file system (fs) issues (e.g., hardware issues or I/O errors causing
79+
Borg users have also reported that file system issues (e.g., hardware issues or I/O errors causing
8080
the file system to become read-only) can cause this warning, see :issue:`7853`.
8181

8282
If you decide to ignore this and accept unsafe operation for this repository,

docs/misc/internals-picture.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BorgBackup from 10,000 m
2-
=======================
2+
========================
33

44
+--------+ +--------+ +--------+
55
|archive0| |archive1| ... |archiveN|

docs/quickstart_example.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
$ borg -r /path/to/repo extract aid:b80e24d2
4646

47-
7. Delete the first archive (please note that this does **not** immediately free repository disk space)::
47+
7. Delete the first archive (please note that this does **not** free repository disk space)::
4848

4949
$ borg -r /path/to/repo delete aid:b80e24d2
5050

docs/usage/general.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Borg consists of a number of commands. Each command accepts
55
a number of arguments and options and interprets various environment variables.
66
The following sections will describe each command in detail.
77

8-
Commands, options, parameters, paths, and similar elements are shown in fixed-width.
9-
Option values are underlined. Borg has a few options that accept a fixed set
8+
Commands, options, parameters, paths, and similar elements are shown in ``fixed-width``.
9+
Option values are `underlined. Borg has a few options that accept a fixed set
1010
of values (e.g., ``--encryption`` of :ref:`borg_repo-create`).
1111

1212
.. container:: experimental

docs/usage/general/date-time.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Internally, we store and process date and time as UTC.
1414

1515
Some options accept a TIMESPAN parameter, which can be given as a number of
1616
years (e.g. ``2y``), months (e.g. ``12m``), weeks (e.g. ``2w``),
17-
days (e.g. ``7d``), hours (e.g. ``8h``), minutes (e.g. ``30m``),
18-
or seconds (e.g. ``150s``).
17+
days (e.g. ``7d``), hours (e.g. ``8H``), minutes (e.g. ``30M``),
18+
or seconds (e.g. ``150S``).

docs/usage/general/repository-locations.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Commands that work with an arbitrary number of archives usually accept ``-a ARCH
1010

1111
Archive names must not contain the ``/`` (slash) character. For simplicity,
1212
also avoid spaces or other characters that have special meaning to the
13-
shell or in a filesystem (Borg mount uses the archive name as a directory
13+
shell or in a filesystem (``borg mount`` uses the archive name as a directory
1414
name).

docs/usage/general/resources.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CPU server:
3535
CPU (only for client/server operation):
3636
When using Borg in a client/server way with an ssh-type repository, the SSH
3737
processes used for the transport layer will need some CPU on the client and
38-
on the server due to the crypto they are doingespecially if you are pumping
38+
on the server due to the crypto they are doingespecially if you are pumping
3939
large amounts of data.
4040

4141
Memory (RAM) client:

0 commit comments

Comments
 (0)