tecrahul / mydumpadmin

Advance MySQL Database Backup Script
96 stars 55 forks source link

function rm -rf ${DBDELDATE} #3

Closed claymore008 closed 4 years ago

claymore008 commented 4 years ago

The function rm -rf ${DBDELDATE} will not work, because the format of directory is YYYYMMDD-hhmm, so you need to use wildcards at rm -rf because this will ends with -hhmm each time differently

tecrahul commented 4 years ago

We have also updated the directory structure accordingly.