]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: fixup bad RST table format
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Oct 2020 16:05:49 +0000 (17:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Oct 2020 16:05:49 +0000 (17:05 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/backup-client.rst

index c565073bc056962cecd17c6465192c15b641697a..fea791ad1710e4208f156070422e2029d2fcea13 100644 (file)
@@ -26,9 +26,9 @@ by setting the ``PBS_REPOSITORY`` environment variable.
 
 Here some examples of valid repositories and the real values
 
-================================ =================  ================== ===========
+================================ ================== ================== ===========
 Example                          User               Host:Port          Datastore
-================================ =================  ================== ===========
+================================ ================== ================== ===========
 mydatastore                      ``root@pam``       localhost:8007     mydatastore
 myhostname:mydatastore           ``root@pam``       myhostname:8007    mydatastore
 user@pbs@myhostname:mydatastore  ``user@pbs``       myhostname:8007    mydatastore
@@ -36,7 +36,7 @@ user@pbs!token@host:store        ``user@pbs!token`` myhostname:8007    mydatasto
 192.168.55.55:1234:mydatastore   ``root@pam``       192.168.55.55:1234 mydatastore
 [ff80::51]:mydatastore           ``root@pam``       [ff80::51]:8007    mydatastore
 [ff80::51]:1234:mydatastore      ``root@pam``       [ff80::51]:1234    mydatastore
-================================ =================   ================== ===========
+================================ ================== ================== ===========
 
 Environment Variables
 ---------------------