Actions
Bug #16214
closedMaximum Backup Limit Setting Not Enforced
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Backup / Restore
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Release Notes:
Default
Affected Plus Version:
Affected Architecture:
Description
Issue Description:
The value set under Diagnostics > Configuration History > Configuration Backup Settings > Maximum Backups is not being enforced after changing it from the default. Despite specifying a new maximum value, the number of configuration backup files continues to grow beyond the defined limit.
Steps to Reproduce:
1. Navigate to Diagnostics > Configuration History.
2. Under Configuration Backup Settings, change Maximum Backups to a new value (e.g., 32).
3. Apply the changes.
4. Begin creating new aliases.
5. After several aliases have been added, run the following command to count the backup files:
find /conf/backup -type f | wc -l
You'll notice that the number of backup files will exceed the defined limit.
Related issues
Actions