From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id cIvyDM5rDGb2NQAAqHPOHw:P1 (envelope-from ) for ; Tue, 02 Apr 2024 22:34:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id cIvyDM5rDGb2NQAAqHPOHw (envelope-from ) for ; Tue, 02 Apr 2024 22:34:22 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=MTRskcfu; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1712090062; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=lZFnaPynEOun96FcHyViVthFrzXE6fsP9juHI4h9SOc=; b=JoWT9nGUaaYMMW3VvJID8hH2Im6PARvEjdbsiNf+BIzhwcUsiGOLNE3rt9nnjEkAHF4v9g JWTxx/3bYkLzy+KHo8uXUiierIWsrvkEuF9+QDwQYDTpnb2xUIa3fr6K8mxCFnH7GIfFyc 3zqW9Z/LkvDkJQ2v9iLVKopYWzU8KA5gY5fdjDz07G8ezekAA3Vhf63k4K8SWCQJuRh6HG W6/QT3P8RWkzazyrS5L5ZeeJtBgUuPJyrouQ8oiEx9JeBWwBskEiFFBsxG3j360ow1KavM sN0+6CKyI9Ik1jojmUzRNEzSPspQepTTkF98/3FLyIOJxJlii2hmL4P3S01TkQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=MTRskcfu; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1712090062; a=rsa-sha256; cv=none; b=QkDMdhgJByomBuqGHjCVgl6SF6kvWlqM6HIUUik1N+YqOmUf3IFMsVurLk0Ff5lsJ6B/uy bSWw6kfa85bGg89/WKwq9+amZ87f4UoCzY3vBoUTehevEplHiJcA7CIgOUCldLz3yv/E9q Vyod4lvV2cUzKNPCvE420mqPMgMa9PkR0HQ9rRKJvyo11/K5Z6Sce1hjOVtudHao7zWi6t igYMoV87MbwXGvAccILveQrLbPJsuyuULaDk+ah4ISBroa6dNqNsz7O4+EpfMatsq/J9/0 3JVp/CM7A259Y1PtTDY0VZ7/H7Gs4ZixKNq/ANFGqr8c2Tp9qT+Jpdv7b2gA6A== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D3A3D65F89 for ; Tue, 02 Apr 2024 22:34:21 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rrkpU-000686-D8; Tue, 02 Apr 2024 16:34:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rrkpS-00067l-Fw for guix-patches@gnu.org; Tue, 02 Apr 2024 16:33:58 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rrkpS-0001bQ-7g for guix-patches@gnu.org; Tue, 02 Apr 2024 16:33:58 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rrkpV-0001hJ-SL for guix-patches@gnu.org; Tue, 02 Apr 2024 16:34:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#69513] [PATCH] services: Add restic-backup service. Resent-From: paul Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 02 Apr 2024 20:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69513 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 69513@debbugs.gnu.org Received: via spool by 69513-submit@debbugs.gnu.org id=B69513.17120900086409 (code B ref 69513); Tue, 02 Apr 2024 20:34:01 +0000 Received: (at 69513) by debbugs.gnu.org; 2 Apr 2024 20:33:28 +0000 Received: from localhost ([127.0.0.1]:56426 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rrkox-0001f9-H9 for submit@debbugs.gnu.org; Tue, 02 Apr 2024 16:33:28 -0400 Received: from confino.investici.org ([93.190.126.19]:24473) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rrkou-0001ej-2r for 69513@debbugs.gnu.org; Tue, 02 Apr 2024 16:33:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1712089998; bh=lZFnaPynEOun96FcHyViVthFrzXE6fsP9juHI4h9SOc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MTRskcfuTQVJkOTuS9PVMVRnfu+DC1WMl97Ba8vuuwDZzFuj9vwV8qKbAUWfJKXw1 2fjszqSLD9Pz30P2hg4U8Wmsu+th1PmeUW+r1wfki4SyaghZ50FfyRn6zvsr5O/P/o AzG7MxTqU8p5cI4G/rOnYCz/WkoUo6cRm5YojIzg= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4V8KMf2jW2z115T; Tue, 2 Apr 2024 20:33:18 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4V8KMf25Mkz114x; Tue, 2 Apr 2024 20:33:18 +0000 (UTC) Message-ID: <2799d601-6ca3-c042-30ae-5a045c65b026@autistici.org> Date: Tue, 2 Apr 2024 22:33:17 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 References: <3afc07b0f3e6663a9fb64203544bce1659f97364.1709412684.git.goodoldpaul@autistici.org> <87il14fyxg.fsf@gnu.org> Content-Language: en-US In-Reply-To: <87il14fyxg.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: paul X-ACL-Warn: , paul via Guix-patches From: paul via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: D3A3D65F89 X-Migadu-Scanner: mx11.migadu.com X-Migadu-Spam-Score: -6.95 X-Spam-Score: -6.95 X-TUID: fLBZFDBjk5Pw Hello Ludo', thank you for your insight, I should have addressed all of your comments. I'm sending an updated patch. cheers giacomo