Maximum number of backups
Closed this issue · 2 comments
arnoson commented
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
Now available with:
'sylvainjule.backups.maximum' => 10, // or any integer, default is false
arnoson commented
awesome, thanks!