public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/2] exclude: Fix bug13736 - stop backup of qos perl programs
Date: Sat, 01 Mar 2025 13:46:01 +0100	[thread overview]
Message-ID: <20250301124602.5489-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]

- The exclude file only had the qos.pl file from the bin directory excluded from the
   backup. This meant that 5 other perl programs were being backed up and therefore
   any restore would overwrite new updated versions such as the makeqosscripts.pl file.
- This addition to the backup exclude file now excludes all .pl files from the qos/bin
   directory.
- This also means that any restore from earlier backups that included the other .pl files
   will not restore thosde files.
- Tested out on an IPFire physical system.

Fixes: bug13736
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/backup/exclude | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/backup/exclude b/config/backup/exclude
index 4dc1607a2..fb6477d26 100644
--- a/config/backup/exclude
+++ b/config/backup/exclude
@@ -5,7 +5,7 @@ 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/qos/bin/*.pl
 var/ipfire/suricata/oinkmaster.conf
 var/ipfire/suricata/ruleset-sources
 var/ipfire/urlfilter/blacklists/*/*.db
-- 
2.48.1


             reply	other threads:[~2025-03-01 12:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-01 12:46 Adolf Belka [this message]
2025-03-01 12:46 ` [PATCH 2/2] exclude: Remove the urlfilter pl programs from a backup Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250301124602.5489-1-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox