From: Adolf Belka Date: Sat, 1 Mar 2025 12:46:01 +0000 (+0100) Subject: exclude: Fix bug13736 - stop backup of qos perl programs X-Git-Tag: v2.29-core193~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad4cc933457b0ad659e0c49ab56451d4b4b7c083;p=ipfire-2.x.git exclude: Fix bug13736 - stop backup of qos perl programs - 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 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- 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