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 1A68264D4E for ; Sun, 1 Nov 2020 13:48:12 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 0B7FF1C786 for ; Sun, 1 Nov 2020 13:48:12 +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) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id DF8DD1C779 for ; Sun, 1 Nov 2020 13:48:10 +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 A62B445FD6; Sun, 1 Nov 2020 13:48:10 +0100 (CET) To: Proxmox VE user list , Bernhard Dick References: <1bea39e7-d656-d809-0774-baa935479f53@bdick.de> From: Thomas Lamprecht Message-ID: <7d0ea9da-3b9e-d9da-a2f6-1c7f5eca11f8@proxmox.com> Date: Sun, 1 Nov 2020 13:48:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Thunderbird/83.0 MIME-Version: 1.0 In-Reply-To: <1bea39e7-d656-d809-0774-baa935479f53@bdick.de> 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.008 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.257 Looks like a legit reply (A) 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: [PVE-User] Backup broken? 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: Sun, 01 Nov 2020 12:48:12 -0000 Hi, On 31.10.20 15:11, Bernhard Dick wrote: > I've a weekly backup job on my proxmox (community version 6.2) infrastr= ucture. Yesterday I've updated to the latest package versions available a= nd in the night the backup job ran. But he decided to first create a back= up and then delete _all_ backups being on the backup location which is no= w empty besides some log files. > Here is an excerpt of one of the mailed logs: >=20 > 101: 2020-10-31 02:04:31 INFO: creating vzdump archive '/mnt/pve/backup= -fsn0/dump/vzdump-lxc-101-2020_10_31-02_04_30.tar.lzo' > 101: 2020-10-31 02:05:15 INFO: Total bytes written: 838041600 (800MiB, = 19MiB/s) > 101: 2020-10-31 02:05:16 INFO: archive file size: 383MB > 101: 2020-10-31 02:05:16 INFO: removing backup 'backup-fsn0:backup/vzdu= mp-lxc-101-2020_10_14-00_57_00.tar.zst' > 101: 2020-10-31 02:05:16 INFO: removing backup 'backup-fsn0:backup/vzdu= mp-lxc-101-2020_10_16-19_20_41.tar.lzo' > 101: 2020-10-31 02:05:16 INFO: removing backup 'backup-fsn0:backup/vzdu= mp-lxc-101-2020_10_17-02_10_31.tar.lzo' > 101: 2020-10-31 02:05:17 INFO: removing backup 'backup-fsn0:backup/vzdu= mp-lxc-101-2020_10_24-02_03_29.tar.lzo' > 101: 2020-10-31 02:05:25 INFO: removing backup 'backup-fsn0:backup/vzdu= mp-lxc-101-2020_10_31-02_04_30.tar.lzo' > 101: 2020-10-31 02:05:25 INFO: remove vzdump snapshot > 101: 2020-10-31 02:05:26 INFO: Finished Backup of VM 101 (00:00:56) >=20 It'd be great if you could provided the full task log, not only an excerp= t. > Is it possible that I've triggert a very evil bug here? >=20 Can you please post the storage config and the backup job one? I.e., # cat /etc/pve/storage.cfg # cat /etc/pve/vzdump.cron thanks! - Thomas