]> git.ipfire.org Git - ipfire-2.x.git/commit
exclude: Fix bug13736 - stop backup of qos perl programs
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 1 Mar 2025 12:46:01 +0000 (13:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Mar 2025 11:17:36 +0000 (11:17 +0000)
commitad4cc933457b0ad659e0c49ab56451d4b4b7c083
tree4056af452e0e2aba667cd12b64bced334f0e841b
parentc20df220fb0feb82c4c935ce011d5c90e00f3538
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 <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