Update mysqlbu-scripts.sh
This commit is contained in:
@@ -30,6 +30,7 @@ RUN_BACKUP(){
|
||||
}
|
||||
ADD_CRONTAB(){
|
||||
(crontab -l ; echo "0 */3 * * * /usr/local/bin/mysqlbu backup")| crontab -
|
||||
echo ""
|
||||
echo -e "${idsCL[Green]}The crontab entry has been made${idsCL[Default]}"
|
||||
echo ""
|
||||
read -n 1 -s -p "Press any key to continue"
|
||||
|
||||
Reference in New Issue
Block a user