docs: fix rst literal blocks

This commit is contained in:
Thomas Waldmann 2022-07-05 00:38:37 +02:00
parent dbe62b8074
commit dbb63f874b
15 changed files with 16 additions and 0 deletions

View File

@ -349,11 +349,13 @@ Checklist:
scripts/sdist-sign X.Y.Z
scripts/upload-pypi X.Y.Z test
scripts/upload-pypi X.Y.Z
- Put binaries into dist/borg-OSNAME and sign them:
::
scripts/sign-binaries 201912312359
- Close the release milestone on GitHub.
- `Update borgbackup.org
<https://github.com/borgbackup/borgbackup.github.io/pull/53/files>`_ with the

View File

@ -6,3 +6,4 @@ Examples
# compact segments and free repo disk space
$ borg compact

View File

@ -83,3 +83,4 @@ Examples
--paths-from-stdin \
--paths-delimiter "\0" \
smallfiles-handle-newline

View File

@ -17,3 +17,4 @@ Examples
# see what would be deleted if delete was run without --dry-run
$ borg delete --list --dry-run -a '*-May-*'

View File

@ -15,3 +15,4 @@ Examples
{"path": "file2", "changes": [{"type": "modified", "added": 135, "removed": 252}]}
{"path": "file4", "changes": [{"type": "added", "size": 0}]}
{"path": "file3", "changes": [{"type": "removed", "size": 0}]}

View File

@ -21,3 +21,4 @@ Examples
# Restore a raw device (must not be active/in use/mounted at that time)
$ borg extract --stdout my-sdx | dd of=/dev/sdx bs=10M

View File

@ -18,3 +18,4 @@ Examples
Number of files: 244
Original size: 13.80 MB
Deduplicated size: 531 B

View File

@ -35,3 +35,4 @@ Examples
-rw-rw-r-- user user 1416192 Sun, 2015-02-01 11:00:00 code/myproject/file.ext
-rw-rw-r-- user user 1416192 Sun, 2015-02-01 11:00:00 code/myproject/file.text
...

View File

@ -333,3 +333,4 @@ When running Borg using an automated script, ``ssh`` might still ask for a passw
even if there is an SSH key for the target server. Use this to make scripts more robust::
export BORG_RSH='ssh -oBatchMode=yes'

View File

@ -23,3 +23,4 @@ Examples
$ borg rcreate --encryption=repokey-aes-ocb
# keyfile: stores the (encrypted) key into ~/.config/borg/keys/
$ borg rcreate --encryption=keyfile-aes-ocb

View File

@ -11,3 +11,4 @@ Examples
root-2016-02-15 Mon, 2016-02-15 19:36:29
newname Mon, 2016-02-15 19:50:19
Type 'YES' if you understand this and want to continue: YES

View File

@ -27,3 +27,4 @@ Examples
Fingerprint: ...
Comment: This is a better comment
...

View File

@ -11,3 +11,4 @@ Examples
$ borg rename archivename newname
$ borg rlist
newname Mon, 2016-02-15 19:50:19

View File

@ -14,3 +14,4 @@ Examples
Deduplicated size: 30.38 MB
Unique chunks: 654
Total chunks: 3302

View File

@ -29,3 +29,4 @@ Examples
# 4. Check if we have everything (same as 2.):
$ borg --repo ssh://borg2@borgbackup/./tests/b20 transfer \
--other-repo ssh://borg2@borgbackup/./tests/b12 --dry-run