[pbs-devel] [PATCH proxmox-backup 2/6] docs: cleanup and readd command-line-tools

Stoiko Ivanov s.ivanov at proxmox.com
Mon May 16 18:27:29 CEST 2022


the collection of descriptions of our cli tools was dropped in
04e24b14f0c51f01a1f8afe2d0eff124c1095758

I'll readd it to the sysadmin.rst, since the (related) service daemons
also got moved here.

additionally add the newly added cli-tools to both
command-line-tools.rst and command-syntax.rst, and put both in the same
order

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 docs/command-line-tools.rst | 27 +++++++++++++++++++++------
 docs/command-syntax.rst     | 10 ++++++++++
 docs/sysadmin.rst           |  2 ++
 3 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/docs/command-line-tools.rst b/docs/command-line-tools.rst
index 37606f46..01d3e005 100644
--- a/docs/command-line-tools.rst
+++ b/docs/command-line-tools.rst
@@ -6,22 +6,37 @@ Command Line Tools
 
 .. include:: proxmox-backup-client/description.rst
 
-``proxmox-file-restore``
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. include:: proxmox-file-restore/description.rst
-
 ``proxmox-backup-manager``
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 .. include:: proxmox-backup-manager/description.rst
 
+``proxmox-tape``
+~~~~~~~~~~~~~~~~
+
+.. include:: proxmox-tape/description.rst
+
+``pmt``
+~~~~~~~
+
+.. include:: pmt/description.rst
+
+``pmtx``
+~~~~~~~~
+
+.. include:: pmtx/description.rst
+
 ``pxar``
 ~~~~~~~~
 
 .. include:: pxar/description.rst
 
+``proxmox-file-restore``
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. include:: proxmox-file-restore/description.rst
+
 ``proxmox-backup-debug``
-~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~
 
 .. include:: proxmox-backup-debug/description.rst
diff --git a/docs/command-syntax.rst b/docs/command-syntax.rst
index 86dbd4a9..a24b9cdc 100644
--- a/docs/command-syntax.rst
+++ b/docs/command-syntax.rst
@@ -51,3 +51,13 @@ The following commands are available in an interactive restore shell:
 --------
 
 .. include:: pxar/synopsis.rst
+
+
+``proxmox-file-restore``
+------------------------
+.. include:: proxmox-file-restore/synopsis.rst
+
+
+``proxmox-backup-debug``
+------------------------
+.. include:: proxmox-backup-debug/synopsis.rst
diff --git a/docs/sysadmin.rst b/docs/sysadmin.rst
index b156acc9..21b7840c 100644
--- a/docs/sysadmin.rst
+++ b/docs/sysadmin.rst
@@ -29,3 +29,5 @@ please refer to the standard Debian documentation.
 .. include:: system-booting.rst
 
 .. include:: services.rst
+
+.. include:: command-line-tools.rst
-- 
2.30.2






More information about the pbs-devel mailing list