sylvainjule / kirby-backups

Manage backups from the Kirby panel
MIT License
37 stars 2 forks source link

Maximum number of backups #7

Closed arnoson closed 10 months ago

arnoson commented 1 year ago

It would be great to be able to specify a maximum number of backups. If this number is reached the oldest backup would be deleted automatically each time a new backup is made. If your are interested in this feature I can create a PR.

sylvainjule commented 10 months ago

Now available with:

'sylvainjule.backups.maximum' => 10, // or any integer, default is false
arnoson commented 10 months ago

awesome, thanks!