Browse Source

docs: fix rst literal blocks

Thomas Waldmann 2 years ago
parent
commit
dbb63f874b

+ 2 - 0
docs/development.rst

@@ -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

+ 1 - 0
docs/usage/compact.rst

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

+ 1 - 0
docs/usage/create.rst

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

+ 1 - 0
docs/usage/delete.rst

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

+ 1 - 0
docs/usage/diff.rst

@@ -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}]}
+

+ 1 - 0
docs/usage/extract.rst

@@ -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
+

+ 1 - 0
docs/usage/info.rst

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

+ 1 - 0
docs/usage/list.rst

@@ -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
     ...
+

+ 1 - 0
docs/usage/notes.rst

@@ -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'
+

+ 1 - 0
docs/usage/rcreate.rst

@@ -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
+

+ 1 - 0
docs/usage/rdelete.rst

@@ -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
+

+ 1 - 0
docs/usage/recreate.rst

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

+ 1 - 0
docs/usage/rename.rst

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

+ 1 - 0
docs/usage/rinfo.rst

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

+ 1 - 0
docs/usage/transfer.rst

@@ -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
+