Feature #16448
closedConfig Backup - `Include extra data` should be selected by default
0%
Description
The issue¶
When you backup your pfsense config, Include extra data
is not selected by default which means that your pfBlockerNG
configurations are not backed up. pfBlockerNG
is a big part of pfSense and the end user needs to back these up but unless they knew this fact, their configurations potentially will be lost if they need to restore after an emergency.
There will probably be other plugins that need this setting enabled when doing a backup.
The solution¶
have Include extra data
selected by default. It is better to have an end user turn this off because they don't need the data rather than a user not turning it on when they need it.
Files
Updated by Jim Pingle 7 days ago
- Status changed from New to Rejected
"Extra Data" isn't package data like that, it's files like voucher data and DHCP leases which are adding file data to the XML which greatly increases its size/complexity. Package configurations are already included by default.