feat: Per-profile file retention count to prevent ZIP accumulation #106

Closed
opened 2026-06-23 15:53:17 +00:00 by jmiller · 1 comment
Owner

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_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.
jmiller added the component: engine label 2026-06-23 15:53:17 +00:00
Author
Owner

Per-profile retention already exists: retention_days and retention_count columns on #__mokosuitebackup_profiles, visible in the Retention fieldset of the profile edit form. The system plugin's cleanupOldBackups() iterates per-profile with individual thresholds. Closing as already implemented.

Per-profile retention already exists: `retention_days` and `retention_count` columns on `#__mokosuitebackup_profiles`, visible in the Retention fieldset of the profile edit form. The system plugin's `cleanupOldBackups()` iterates per-profile with individual thresholds. Closing as already implemented.
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteBackup#106