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 0F94E63806 for ; Mon, 5 Oct 2020 10:03:57 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 09E8718500 for ; Mon, 5 Oct 2020 10:03:57 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (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 5F029184F6 for ; Mon, 5 Oct 2020 10:03:56 +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 25AAA453BA for ; Mon, 5 Oct 2020 10:03:56 +0200 (CEST) To: Proxmox Backup Server development discussion , Dylan Whyte References: <20201002141257.27949-1-d.whyte@proxmox.com> <20201002141257.27949-2-d.whyte@proxmox.com> From: Thomas Lamprecht Message-ID: <679056cf-b22c-20c5-eea7-999427ed5ac0@proxmox.com> Date: Mon, 5 Oct 2020 10:03:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:82.0) Gecko/20100101 Thunderbird/82.0 MIME-Version: 1.0 In-Reply-To: <20201002141257.27949-2-d.whyte@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL -0.155 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pbs-devel] applied: [PATCH docs 2/2] Restructure docs (more first level headings) 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, 05 Oct 2020 08:03:57 -0000 On 02.10.20 16:12, Dylan Whyte wrote: > This removes the "Backup Management" first level heading in the docs, > and either uses the sub headings contained within it as first level > headings, or groups previous sections logically under new headings. >=20 > The administration-guide.rst file is also removed. Its contents are > instead separated into various files, that relate to their respective > first level heading. >=20 > Signed-off-by: Dylan Whyte > --- > docs/administration-guide.rst | 1480 ---------------------------------= > docs/backup-client.rst | 712 ++++++++++++++++ > docs/command-line-tools.rst | 2 +- > docs/index.rst | 11 +- > docs/maintenance.rst | 13 + > docs/managing-remotes.rst | 80 ++ > docs/network-management.rst | 91 ++ > docs/pve-integration.rst | 49 ++ > docs/pxar-tool.rst | 5 + > docs/pxar/description.rst | 2 +- > docs/storage.rst | 244 ++++++ > docs/terminology.rst | 118 +++ > docs/user-management.rst | 186 +++++ > 13 files changed, 1510 insertions(+), 1483 deletions(-) > delete mode 100644 docs/administration-guide.rst > create mode 100644 docs/backup-client.rst > create mode 100644 docs/maintenance.rst > create mode 100644 docs/managing-remotes.rst > create mode 100644 docs/network-management.rst > create mode 100644 docs/pve-integration.rst > create mode 100644 docs/pxar-tool.rst > create mode 100644 docs/storage.rst > create mode 100644 docs/terminology.rst > create mode 100644 docs/user-management.rst >=20 > applied, thanks! Can you please add some (initial) content for "Prune" and "Verification" = sections in the "Maintenance Tasks" section? That'd be great!