From patchwork Tue Jun 19 03:05:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 1822 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 452226095C for ; Mon, 18 Jun 2018 19:06:02 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [127.0.0.1]) by mail01.ipfire.org (Postfix) with ESMTP id D589D10FB3F0; Mon, 18 Jun 2018 18:06:01 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529341562; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=fdsWMUWW5+0y6ROVmQdYrR2p6h8Wqj9TjCNcrR4knAU=; b=FNxdygH4+CKoeGIPZrhyTZncUwLst8lDVp1fUiBskf5xU6OyQIIx1Y5vWqR8sLyVazZS6H 0IhWTCZHVeAf76q80mSgQF5BxSFzk8W4uQoIOYopQI2JWvd3SrX6Q65C9yuFmxx7Kw4x6S guhZt7QFb+CEexX2eKTtONI8IeBRqUqOrCGA3VoxFeq6w0qv3/Q4lTivHqi4nInR3xNUa8 NiWmrXbnE/ZCU7jI470VEMBqZOmsEX9G+qGZYO5FtPoHe2cQFHyJwPzW/3jWUR/YUm2r4V aQ8zKRVZ/lgxyFkB77fKVwvF7Fh2PS7jT11wx0JQKB5DvlQxfujNuuvrNproCg== Received: from localhost.localdomain (i59F4AD79.versanet.de [89.244.173.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id CCD73108B897; Mon, 18 Jun 2018 18:05:59 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529341559; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=fdsWMUWW5+0y6ROVmQdYrR2p6h8Wqj9TjCNcrR4knAU=; b=np1geGlBaKHTTKdh33hxpg/NmpEDfPSXEnAix3SgbsK4RNlr66Qsp3fi79AGGZiDV2BC/w 8VXFmK8Jrzr2o8Gy3d2pWpcpFj+zKgSxXapK4nlY7nmsl3ORrb+sKCwCzWRqZ3UOPyh6kI suPOOY/+3zXTnITHNL0QorEN388vz1XguI8y6N/Oq0OQhDoYX6QVQFglp8RBIF6g++d6lv ZcNG8yQfHa1GqcHdNOdAPNl/13LTqLa6iSlPasKddfIrTMcn6mW9IB93omv8xy4t8U2bQA +MLCAUy5K2gvYo6H/AIB5BIciBlJUwjSGPYJVORWvZvDqIcKDU6UYrt9m4B0Vw== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] backup: Exclude OpenVPNs ovpn.cnf from backup Date: Mon, 18 Jun 2018 19:05:56 +0200 Message-Id: <1529341556-12017-1-git-send-email-erik.kapfer@ipfire.org> X-Mailer: git-send-email 2.7.4 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=erik.kapfer@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; ASN(0.00)[asn:8881, ipnet:89.244.160.0/20, country:DE]; FROM_HAS_DN(0.00)[] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" This fixes also bug #11773 Signed-off-by: Erik Kapfer --- config/backup/exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup/exclude b/config/backup/exclude index 6f09a1f..7ca9d10 100644 --- a/config/backup/exclude +++ b/config/backup/exclude @@ -2,6 +2,7 @@ /etc/sysconfig/lm_sensors /var/ipfire/ethernet/settings /var/ipfire/firewall/bin/* +/var/ipfire/ovpn/openssl/* /var/ipfire/proxy/calamaris/bin/* /var/ipfire/qos/bin/qos.pl /var/ipfire/urlfilter/blacklists/*/*.db