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 B3E7C99BB9 for ; Sun, 14 May 2023 22:19:10 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 95D853C3F8 for ; Sun, 14 May 2023 22:18:40 +0200 (CEST) Received: from 14.mo581.mail-out.ovh.net (14.mo581.mail-out.ovh.net [178.33.251.19]) (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 for ; Sun, 14 May 2023 22:18:40 +0200 (CEST) Received: from director7.ghost.mail-out.ovh.net (unknown [10.108.20.237]) by mo581.mail-out.ovh.net (Postfix) with ESMTP id BE0AE22B0A for ; Sun, 14 May 2023 17:50:45 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-6s2k9 (unknown [10.110.208.94]) by director7.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 56DC11FE45 for ; Sun, 14 May 2023 17:50:45 +0000 (UTC) Received: from riminilug.it ([37.59.142.96]) by ghost-submission-6684bf9d7b-6s2k9 with ESMTPSA id 6LjqDnUfYWSynBMAw2eA8A (envelope-from ) for ; Sun, 14 May 2023 17:50:45 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-96R001f4acb147-d8e2-4d8d-9ed9-22806ab99e28, 135A66AFF778FAF526969E3B6CF406E9F37A0A93) smtp.auth=piviul@riminilug.it X-OVh-ClientIp: 151.42.116.36 Message-ID: <9a59152e-8ec4-dd40-090c-c94ba7fa6aa8@riminilug.it> Date: Sun, 14 May 2023 19:50:43 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Content-Language: en-US, it To: pve-user@lists.proxmox.com References: From: Piviul In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 2266717987630057889 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrfeehhedguddulecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhepkfffgggfuffvfhfhjggtgfesthejredttdefjeenucfhrhhomheprfhivhhiuhhluceophhivhhiuhhlsehrihhmihhnihhluhhgrdhitheqnecuggftrfgrthhtvghrnheplefgueeludekkeefvdelvdekuedtkeevudejgfetleegteejgedtteekuedvtdfhnecukfhppeduvdejrddtrddtrddupdduhedurdegvddrudduiedrfeeipdefjedrheelrddugedvrdelieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeduvdejrddtrddtrddupdhmrghilhhfrhhomhepoehpihhvihhulhesrhhimhhinhhilhhughdrihhtqedpnhgspghrtghpthhtohepuddprhgtphhtthhopehpvhgvqdhushgvrheslhhishhtshdrphhrohigmhhogidrtghomhdpoffvtefjohhsthepmhhoheekuddpmhhouggvpehsmhhtphhouhht X-SPAM-LEVEL: Spam detection results: 0 BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_PASS -0.1 DMARC pass policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.923 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: Re: [PVE-User] Backup job does not run... 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, 14 May 2023 20:19:10 -0000 Il 14/05/23 19:14, Marco Gaiarin ha scritto: > In a PVE7 single server (on a hosted phisical server) i've setup some backup > job, finding today that was not run. > > I've started by hand and seems works as expected. > > > There's some service i could try to restart or something like that? Hi Marco, as far as I know (I use still PVE6) the backup schedule information are written in /etc/cron.d/vzdump file and are executed by cron; try to restart cron.service and take a look to /var/log/syslog to find if there are problems on cron. Piviul