From patchwork Fri Apr 3 10:50:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2880 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48txXh6TQKz3yBs for ; Fri, 3 Apr 2020 10:50:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48txXh24cgz286; Fri, 3 Apr 2020 10:50:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48txXh1Dbxz2yxh; Fri, 3 Apr 2020 10:50:12 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48txXd0Mx5z2yCC for ; Fri, 3 Apr 2020 10:50:09 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48txXc4631z286; Fri, 3 Apr 2020 10:50:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1585911008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i5UzqmD7liTkp9WCov07+pg8JhVzQPXEFrNGJh+TDNs=; b=g38sV5zThC3T29Qm1h2KGxZuzGGy2pALn+Xb/TvlvXtk0IhcplJEv4MZvaPDFUTVK+NPR3 FnaaKd1O/3fcwhDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1585911008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i5UzqmD7liTkp9WCov07+pg8JhVzQPXEFrNGJh+TDNs=; b=k2ERO4/8Wb1moophUxJi+qUhzrogS8tdbcmQ+hQu4fE0G9mf6ABOwct2Uxgo0xZPwncCOR ygxTcW+PcaQIqbuD3NzTiVQEiBR81IsOvkGRP/LzMksb7+2fymnHw+LVgKxQIG10UTznX+ nyVN4SkY79L1nPsASNLWc3A+nMaLu+jv5q5e4KTDP5tzRqCnHv3UaEf1g/L4Yq0v4Uq6Lo T/IWJaUJzDgZa37Hk1SeiWwRW1uXU0e1lXQnNX/36ZyfxABtWKA2FadM2BdA8SyUpF05De zVUD1+TKo9BM6Y06SpYUZszLsaAel8kfA5lMK++KA1sNm1xoe/Fz5bxtsJrzwA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] Backup: Add idsrules tarball. Date: Fri, 3 Apr 2020 12:50:04 +0200 Message-Id: <20200403105004.5563-2-stefan.schantl@ipfire.org> In-Reply-To: <20200403105004.5563-1-stefan.schantl@ipfire.org> References: <20200403105004.5563-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" The tarball is required to generate and restore the IDS ruleset. Fixes #12319. Signed-off-by: Stefan Schantl --- config/backup/include | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup/include b/config/backup/include index c40bf333c..5db452cda 100644 --- a/config/backup/include +++ b/config/backup/include @@ -59,3 +59,4 @@ /var/log/rrd/* /var/log/rrd/collectd /var/log/vnstat +/var/tmp/idsrules.tar.gz