@@ -8,27 +8,27 @@ any dependencies.
88Download the correct files
99--------------------------
1010
11- amd64 / x86_64 architecture
11+ AMD64/ x86_64 architecture
1212~~~~~~~~~~~~~~~~~~~~~~~~~~~
1313
1414borg-linux-glibc236 Linux (built on Debian 12 "Bookworm" with glibc 2.36)
1515borg-linux-glibc231 Linux (built on Debian 11 "Bullseye" with glibc 2.31)
1616borg-linux-glibc228 Linux (built on Debian 10 "Buster" with glibc 2.28)
17- Note: you can also try them on other Linuxes with other glibc
18- versions - as long as the glibc is compatible, they will work.
19- If it doesn't work, try a borg 1.2.x binary.
17+ Note: You can also try them on other Linux distributions with different glibc
18+ versions - as long as glibc is compatible, they will work.
19+ If it doesn't work, try a Borg 1.2.x binary.
2020
21- borg-macos1012 macOS (built on macOS Sierra 10.12 with latest macFUSE from brew )
22- To avoid signing issues download the file via command line OR
21+ borg-macos1012 macOS (built on macOS Sierra 10.12 with the latest macFUSE from Homebrew )
22+ To avoid signing issues, download the file via the command line OR
2323 remove the "quarantine" attribute after downloading:
24- $ xattr -dr com.apple.quarantine borg-macos .tgz
24+ $ xattr -dr com.apple.quarantine borg-macos1012 .tgz
2525
2626borg-freebsd13 FreeBSD (built on FreeBSD 13)
2727borg-freebsd14 FreeBSD (built on FreeBSD 14)
2828
29- *.tgz similar to above, but built as a directory with files,
30- not as a single self-extracting binary. using the directory
31- build is faster and doesn't need as much space in the temp
29+ *.tgz Similar to the above, but built as a directory with files,
30+ not as a single self-extracting binary. Using the directory
31+ build is faster and does not require as much space in the temporary
3232 directory as the one-file build.
3333*.asc GnuPG signatures for *
3434
@@ -40,7 +40,7 @@ Please check the GPG signature to make sure you received the binary as I have
4040built it.
4141
4242To check the GPG signature, download both the binary and the corresponding
43- *.asc file and then (on the shell) type, e.g. :
43+ *.asc file and then (on the shell) type, for example :
4444
4545 gpg --recv-keys 9F88FB52FAF7B393
4646 gpg --verify borg-freebsd.asc borg-freebsd
@@ -50,7 +50,7 @@ The files are signed by:
5050Thomas Waldmann <tw@waldmann-edv.de>
5151GPG key fingerprint: 6D5B EF9A DD20 7580 5747 B70F 9F88 FB52 FAF7 B393
5252
53- My fingerprint is also in the footer of all my borgbackup mailing list posts.
53+ My fingerprint is also in the footer of all my BorgBackup mailing list posts.
5454
5555
5656Installing
@@ -61,7 +61,7 @@ If you need "borgfs", just also symlink it to the same binary, it will
6161detect internally under which name it was invoked.
6262
6363On UNIX-like platforms, /usr/local/bin/ or ~/bin/ is a nice place for it,
64- but you can invoke it from every place by giving a full path to it.
64+ but you can invoke it from anywhere by providing the full path to it.
6565
6666Make sure the file is readable and executable (chmod +rx borg on UNIX-like
6767platforms).
@@ -70,7 +70,7 @@ platforms).
7070Reporting issues
7171----------------
7272
73- Please first check the FAQ and whether a github issue already exists.
73+ Please first check the FAQ and whether a GitHub issue already exists.
7474
7575If you find a NEW issue, please open a ticket on our issue tracker:
7676
@@ -82,6 +82,6 @@ There, please give:
8282- a good description of what the issue is
8383- a good description of how to reproduce your issue
8484- a traceback with system info (if you have one)
85- - your precise platform (CPU, 32/64bit ?), OS, distribution, release
86- - your python and (g)libc version
85+ - your precise platform (CPU, 32/64-bit ?), OS, distribution, release
86+ - your Python and (g)libc versions
8787
0 commit comments