alphadevx / alpha

Full-stack MVC framework for PHP.
http://www.alphaframework.org/
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

The BackupTask class needs a new setting to control the backup retention period #378

Open alphadevx opened 2 years ago

alphadevx commented 2 years ago

Without this, backups continue to accumulate and will eventually fill the disc.

Suggest we add:

BackupTask->retentionDays = 30

And in the config INI files:

backup.retention.days = 30

So the default will be 30 days, but the user can override that in their config INI if they wish to.