From bffc923420c628160aa6281fc32d4c7edf1a99e0 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 16 May 2022 16:27:29 +0000 Subject: [PATCH] docs: cleanup and readd command-line-tools 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 --- 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