From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 1659770C79 for ; Mon, 16 May 2022 18:28:23 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 088D6200AA for ; Mon, 16 May 2022 18:27:53 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id E959620092 for ; Mon, 16 May 2022 18:27:51 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id BE76E4361E for ; Mon, 16 May 2022 18:27:51 +0200 (CEST) From: Stoiko Ivanov To: pbs-devel@lists.proxmox.com Date: Mon, 16 May 2022 16:27:29 +0000 Message-Id: <20220516162733.62060-3-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220516162733.62060-1-s.ivanov@proxmox.com> References: <20220516162733.62060-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.204 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_ASCII_DIVIDERS 0.8 Spam that uses ascii formatting tricks KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pbs-devel] [PATCH proxmox-backup 2/6] docs: cleanup and readd command-line-tools X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2022 16:28:23 -0000 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 -- 2.30.2