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) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 13086699AC for ; Thu, 11 Mar 2021 17:06:45 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 057BB2B682 for ; Thu, 11 Mar 2021 17:06:45 +0100 (CET) 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 98AAB2B67A for ; Thu, 11 Mar 2021 17:06:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=aeppelbroe.de; h=from :in-reply-to:references:list-id:to:subject:message-id:date :content-type:mime-version; s=k1; bh=3cwoD4Hwy3GzPzOLx+AaQf8Akp5 3Q3T44WRa8X8RAyI=; b=C59g/mi7Y3uhx2mwwa9+KHXzhqFTLH8R1V11I4Amwo9 DDdR/lLBlSOsPFzCSpBIc/LX8AdlN7TyLksd6Y2ro4zMmcufgHpil0HldOR61FFy whIhlHEj2hWxGbv/xn8g6XB0qKFWiEHTSUPWmvtw/eKkkhv5njIHpqebGAEJTtj4 = Received: (qmail 1860846 invoked from network); 11 Mar 2021 17:06:44 +0100 Received: by mail.ud08.udmedia.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 11 Mar 2021 17:06:44 +0100 X-UD-Smtp-Session: ud08?166p2@2TQ/+ES9ob9f3hT8 Received: from localhost (localhost [127.0.0.1]) by baikonur.fritz.box (Postfix) with ESMTP id BFA16D275BF for ; Thu, 11 Mar 2021 17:06:43 +0100 (CET) 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 baXFUYqtlyzr for ; Thu, 11 Mar 2021 17:06:43 +0100 (CET) Received: from baikonur (localhost [127.0.0.1]) (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) by baikonur.fritz.box (Postfix) with ESMTPS id 80C78D275BE for ; Thu, 11 Mar 2021 17:06:43 +0100 (CET) User-Agent: EGroupware API 17.1.007 From: Gregor Burck X-Priority: 3 X-Mailer: EGroupware-Mail In-Reply-To: <20210311152004.EGroupware.Bp7K_9SizzFMsfWMGhhGfME@heim.aeppelbroe.de> References: <20210311152004.EGroupware.Bp7K_9SizzFMsfWMGhhGfME@heim.aeppelbroe.de> To: Proxmox VE user list Message-ID: <20210311170643.EGroupware.4pD_TGlZPD7qNuY2Rpvn3m7@heim.aeppelbroe.de> Date: Thu, 11 Mar 2021 17:06:43 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 1 AWL -0.088 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_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Subject: Re: [PVE-User] Export an image contained in ceph store 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: Thu, 11 Mar 2021 16:06:45 -0000 The next question: I export the vm-XX-disk-0 and all snapshots to the external disk: vm-XXX-disk-0 vm-XXX-state-SNAP1 vm-XXX-state-SNAP2 vm-XXX-state-SNAP3 The images are raw image? How could I exports anvdmk from the diffrent snapshots? Bye Gregor