From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZzPlT75Zcz331x for ; Fri, 16 May 2025 11:20:53 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZzPlQ3mkvz331s for ; Fri, 16 May 2025 11:20:50 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZzPlN2LPSz6Jt; Fri, 16 May 2025 11:20:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747394448; 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; bh=L8Hi80Pd7+NkX58HQFRD66l1xJO/zw1355GgZbgXo84=; b=TFru5S6M8wLyBweDSjZHglOsNrslxmjSK7xdGMigbqnlif7f1X+O4SY1u5aUHwenfdnlaT 6LSEhpd3grW9NSAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747394448; 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; bh=L8Hi80Pd7+NkX58HQFRD66l1xJO/zw1355GgZbgXo84=; b=UAV84jCnSzc7Bxb3i/XGfc/4Dk9uCw33Vtbt15XgjqvKt2sY+/xkTj1w533zYR6UuYKZky o5Pj++vADxKf1z1TIo279kIgc/sHMdlzN/MatvhlmSvHdPHpSR5tnVNsRsVd+Uu7kZvaCO BeLftN0mg6pF2lHkkx+iUlgDDBmzXuirrxreylSX/jX6bTlRZ8AWpsWYD2LobwLpfhm0OT dXYkED1w1qJCzx+hRyRGGeduwofnmTMaYDI3U6EqE8YGHHVI4nw8hIXi6mFe4Ydp6MWjzn zNyF7vYP0+w/4djTGAxYia//eLGDvsBdODfIDyS4gS56UqHEsGsHSuDgp2wzxw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] include: Add wireguard directory to the backup include file Date: Fri, 16 May 2025 13:20:46 +0200 Message-ID: <20250516112046.19217-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/backup/include | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup/include b/config/backup/include index 7e1e9a76a..2b675ad21 100644 --- a/config/backup/include +++ b/config/backup/include @@ -54,6 +54,7 @@ var/ipfire/*/settings var/ipfire/time/ var/ipfire/urlfilter var/ipfire/vpn +var/ipfire/wireguard var/lib/ipblocklist var/lib/suricata var/log/ip-acct/* -- 2.49.0