feat: Per-profile file retention count to prevent ZIP accumulation #106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per-profile retention already exists (retention_days + retention_count columns). Verify the cleanup system is working and the settings are accessible in the profile form. If not visible, ensure they show in the Retention tab.
Per-profile retention already exists:
retention_daysandretention_countcolumns on#__mokosuitebackup_profiles, visible in the Retention fieldset of the profile edit form. The system plugin'scleanupOldBackups()iterates per-profile with individual thresholds. Closing as already implemented.