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 B5CE36AF60 for ; Mon, 8 Mar 2021 09:04:56 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id ABC5C1B584 for ; Mon, 8 Mar 2021 09:04:56 +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 516511B576 for ; Mon, 8 Mar 2021 09:04:53 +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 EE72D419F6 for ; Mon, 8 Mar 2021 09:04:52 +0100 (CET) To: Dietmar Maurer , Proxmox Backup Server development discussion References: <20210305131019.25538-1-d.csapak@proxmox.com> <1483992394.587.1615019314069@webmail.proxmox.com> From: Dominik Csapak Message-ID: <95767c47-f63d-17e1-37ff-d832d07d4e7d@proxmox.com> Date: Mon, 8 Mar 2021 09:04:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <1483992394.587.1615019314069@webmail.proxmox.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.197 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.001 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: [pbs-devel] [PATCH proxmox-backup v2] api2/tape: add notify_user to backup(-jobs) and restore api calls 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, 08 Mar 2021 08:04:56 -0000 On 3/6/21 9:28 AM, Dietmar Maurer wrote: > Tested this, but I do not get any notifications if backup fail?? yes, this is not yet implemented (AFAIR), only the notification for manual intervention (iow. load media requests). Failure and summary notifications are on my to-do list. > >> On 03/05/2021 2:10 PM Dominik Csapak wrote: >> >> >> so that a user can be given that will be notified for >> manual intervention (e.g. inserting a tape)