sylvainjule/kirby-backups

Maximum number of backups

Closed this issue · 2 comments

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.

Now available with:

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

awesome, thanks!