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 9DFE4603E8 for ; Wed, 14 Oct 2020 16:19:29 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9C369AD72 for ; Wed, 14 Oct 2020 16:19:29 +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 78DBEAD65 for ; Wed, 14 Oct 2020 16:19:28 +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 43B1945D58 for ; Wed, 14 Oct 2020 16:19:28 +0200 (CEST) From: Dylan Whyte To: pbs-devel@lists.proxmox.com Date: Wed, 14 Oct 2020 16:19:14 +0200 Message-Id: <20201014141914.1902-2-d.whyte@proxmox.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201014141914.1902-1-d.whyte@proxmox.com> References: <20201014141914.1902-1-d.whyte@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.022 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] [PATCH docs 2/2] Introduction: reword & link to encryption section 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: Wed, 14 Oct 2020 14:19:29 -0000 Add link from encryption sentence in "What is Proxmox Backup Server?" to the Encryption section of the docs. Also, reword the sentence. Signed-off-by: Dylan Whyte --- docs/backup-client.rst | 2 ++ docs/introduction.rst | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/backup-client.rst b/docs/backup-client.rst index 946f3803..7270a37e 100644 --- a/docs/backup-client.rst +++ b/docs/backup-client.rst @@ -246,6 +246,8 @@ Restoring this backup will result in: . .. file2 +.. _encryption: + Encryption ---------- diff --git a/docs/introduction.rst b/docs/introduction.rst index e28331a3..ce60be33 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -1,7 +1,7 @@ Introduction ============ -What is Proxmox Backup Server +What is Proxmox Backup Server? ----------------------------- Proxmox Backup Server is an enterprise-class, client-server backup software @@ -10,12 +10,13 @@ physical hosts. It is specially optimized for the `Proxmox Virtual Environment`_ platform and allows you to back up your data securely, even between remote sites, providing easy management with a web-based user interface. -Proxmox Backup Server supports deduplication, compression, and authenticated +It supports deduplication, compression, and authenticated encryption (AE_). Using :term:`Rust` as the implementation language guarantees high performance, low resource usage, and a safe, high-quality codebase. -It features strong client-side encryption. Thus, it's possible to -backup data to targets that are not fully trusted. +Proxmox Backup uses state of the art cryptography for client communication and +backup content :ref:`encryption `. Thus, it's possible to back up +data to targets that are not fully trusted. Architecture -- 2.20.1