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 16BEF6719C for ; Mon, 9 Nov 2020 08:40:04 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 0625D13E66 for ; Mon, 9 Nov 2020 08:39:34 +0100 (CET) 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 E130E13E57 for ; Mon, 9 Nov 2020 08:39:32 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id A58BF406D4 for ; Mon, 9 Nov 2020 08:39:32 +0100 (CET) Date: Mon, 9 Nov 2020 08:38:49 +0100 (CET) From: Dylan Whyte To: Dietmar Maurer , Proxmox Backup Server development discussion Message-ID: <661537136.906.1604907529622@webmail.proxmox.com> In-Reply-To: <214753684.878.1604676889542@webmail.proxmox.com> References: <20201106144630.21538-1-d.whyte@proxmox.com> <20201106144630.21538-7-d.whyte@proxmox.com> <214753684.878.1604676889542@webmail.proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.4-Rev12 X-Originating-Client: open-xchange-appsuite X-SPAM-LEVEL: Spam detection results: 0 AWL 0.023 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: Re: [pbs-devel] [PATCH docs 6/7] Remove reference to backup@pam & old console msg 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, 09 Nov 2020 07:40:04 -0000 > On 06.11.2020 16:34 Dietmar Maurer wrote: > > > see below: > > > On 11/06/2020 3:46 PM Dylan Whyte wrote: > > > > > > Signed-off-by: Dylan Whyte > > --- > > docs/backup-client.rst | 7 +------ > > docs/managing-remotes.rst | 2 +- > > 2 files changed, 2 insertions(+), 7 deletions(-) > > > > diff --git a/docs/backup-client.rst b/docs/backup-client.rst > > index a23535fa..0e6b1b70 100644 > > --- a/docs/backup-client.rst > > +++ b/docs/backup-client.rst > > @@ -106,10 +106,6 @@ In the following examples we use ``backup-server:store1``. > > # proxmox-backup-client backup root.pxar:/ --repository backup-server:store1 > > Starting backup: host/elsa/2019-12-03T09:35:01Z > > Client name: elsa > > - skip mount point: "/boot/efi" > > - skip mount point: "/dev" > > - skip mount point: "/run" > > - skip mount point: "/sys" > > hopefully this is still there. I have no idea why we would want to remove this? It still behaves this way, but I could not get the message to display on usage. Furthermore, I couldn't find the message in the source code, which led me to believe it was removed at some point. Dylan