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 9334862CEA for ; Tue, 14 Jul 2020 11:45:30 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8861B25389 for ; Tue, 14 Jul 2020 11:45:30 +0200 (CEST) Received: from mail.ud08.udmedia.de (ud08.udmedia.de [194.117.254.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 242E02537B for ; Tue, 14 Jul 2020 11:45:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=aeppelbroe.de; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding:content-type; s=k1; bh=zc/iQIxlGpjjgW FXuOKqbp2nmO688TI+JCiaBfOrVDg=; b=ElcmWMyuMaIRQBF1Cdp8clCy0njKNR QYIGpzOV+bOWrn607/G9rPkGJBZ7XHnymZbfOJZcFy/SPl2H0wwrpE1sF+QjzjJs VuVhi0CnK+LM+HPs9Dy7zkVgh7mYY9lhcPUh4TSwMf+gH7Pd/kOClA9FVrfnLfpf mVo9P0jANbofc= Received: (qmail 1142891 invoked from network); 14 Jul 2020 11:38:48 +0200 Received: by mail.ud08.udmedia.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 14 Jul 2020 11:38:48 +0200 X-UD-Smtp-Session: ud08?166p2@fzH9kmOqFZUFk2JU Received: from localhost (localhost [127.0.0.1]) by baikonur.fritz.box (Postfix) with ESMTP id DA5A4D26AE6 for ; Tue, 14 Jul 2020 11:38:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at baikonur.orbit.local Received: from baikonur.fritz.box ([127.0.0.1]) by localhost (baikonur.fritz.box [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JJmNNZmoLuK6 for ; Tue, 14 Jul 2020 11:38:47 +0200 (CEST) Received: from ph-pc014.peiker-holding.de (unknown [82.119.189.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: gregor) by baikonur.fritz.box (Postfix) with ESMTPSA id 9F3B9D26AE5 for ; Tue, 14 Jul 2020 11:38:47 +0200 (CEST) From: Gregor Burck To: Proxmox VE user list Date: Tue, 14 Jul 2020 11:38:41 +0200 Message-ID: <4552217.GXAFRqVoOG@ph-pc014.peiker-holding.de> In-Reply-To: References: <12572310.uLZWGnKmhe@ph-pc014.peiker-holding.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SPAM-LEVEL: Spam detection results: 0 AWL 0.050 Adjusted score from AWL reputation of From: address DKIM_INVALID 0.1 DKIM or DK signature exists, but is not valid DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid FORGED_SPF_HELO 1 - KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_NONE 0.001 SPF: sender does not publish an SPF Record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [aeppelbroe.de] Subject: Re: [PVE-User] Proxmox Backup Server - understanding backup integration to PVE, backup single VM X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2020 09:45:30 -0000 Hi, > Do you use the enterprise repository? No, for testing the community repository > > You need at least the following versions or newer installed: > pve-manager: 6.2-9 > pve-qemu-kvm: 5.0.0-9 > qemu-server: 6.2-8 Think I've made an dist-upgrade before testing, but after an dist-upgrade just now, I got the 6.2-9 packages and it work. Thank you Gregor