Feature #9693
closed
Added by Anonymous over 5 years ago.
Updated almost 5 years ago.
Category:
Backup / Restore
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.
- Status changed from New to Feedback
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
Tested on 2.5.0.a.20190830.1941, works as expected.
James Dekker wrote:
Tested on 2.5.0.a.20190830.1941, works as expected.
There's a typo on line 190 (in src/etc/inc/acb.inc):
function upload_config($manual = flase) {
flase should be false
- Status changed from Resolved to New
- Status changed from New to Closed
This was fixed moments after the original push
- Target version changed from 2.5.0 to 2.4.5
- Status changed from Closed to Feedback
Needs checked and/or tested again on 2.4.5 snapshots
- Status changed from Feedback to In Progress
- Assignee changed from Anonymous to Jim Pingle
Manual backups with a reason entered by the user aren't getting the correct string appended, so MaNuAlBaCkUp is showing through in the backup list when it shouldn't be. It's an easy fix, I'll take care of it.
- Status changed from In Progress to Feedback
- Assignee changed from Jim Pingle to Anonymous
- Status changed from Feedback to Resolved
Also available in: Atom
PDF