]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
exclude: Remove the urlfilter pl programs from a backup
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 1 Mar 2025 12:46:02 +0000 (13:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Mar 2025 11:17:36 +0000 (11:17 +0000)
- When dealing with the qos bug fix for backing up .pl programs I also then searched all
   the /var/ipfire directory tree looking for any other .pl files that were being backed
   up and found that there were two for the urlfilter.
- This patch adds the .pl files in the urlfilter/bin directory to the exclude list.
- In the same way as for the qos change the exclude addition also means that these files
   will not be restorewd from any earlier backup.
- Also tested and confirmed on a physical IPFire system.

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/backup/exclude

index fb6477d26dd555d9b7251581b8590c44f1158100..a69eed767373f4a06aec35b5a9e12eb29c13d416 100644 (file)
@@ -9,3 +9,4 @@ var/ipfire/qos/bin/*.pl
 var/ipfire/suricata/oinkmaster.conf
 var/ipfire/suricata/ruleset-sources
 var/ipfire/urlfilter/blacklists/*/*.db
+var/ipfire/urlfilter/bin/*.pl