Actions
Feature #9693
closed
Bypass automatic backups
Feature #9693:
Bypass automatic backups
Start date:
08/21/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
If the reason/description string of a config back contains the string "-NoReMoTeBaCkUp" no ACB will be performed. The string is removed before the local config file is changed.
This is to allow packages such as Snort and pfBlockerNG to write to config.xml without hammering the ACB system.
E.g.:
write_config("Just making a little change-NoReMoTeBaCkUp");
Will cause the configuration change description "Just making a little change" to be recorded. NO ACB will be performed.
Actions