diff --git a/backup.sh b/backup.sh index 00549c0..1368c42 100644 --- a/backup.sh +++ b/backup.sh @@ -120,7 +120,7 @@ backupRepo="/path/to/Repo" # You can back up all databases or specific databases. For all databases enter "all". --> Optional only for MariaDB/MySQL databases stored in CloudPanel. # # databases="db1,db2 or all" # # # -# echo -e "\e[93mcreate database backups" # +# echo -e "\e[93mCreate database backup" # # clpctl db:backup --databases=$databases # # echo -e "${FGREEN}Backup has been finished successfully after $(displaytime $(($(date +%s) - START)))!${FEND}" # #########################################################################################################################################################################