fradelg / docker-mysql-cron-backup

Docker image to backup all your databases periodically
Apache License 2.0
295 stars 111 forks source link

[Feature] Get out delete script, to allow custom logics #95

Closed g-nardiello closed 1 year ago

g-nardiello commented 1 year ago

I think it is a good feature to get the script to delete old backups out of the backup.sh script. To allow custom logics and future improvements, I bring it out to delete.sh.

Benefits:

If I create a new intresting deletion logic in future, I will be very happy to publish here!

fradelg commented 1 year ago

thanks!