Update backup.sh

This commit is contained in:
Foxly IT 2021-10-13 07:08:33 +02:00 committed by GitHub
parent 5782e0826b
commit 8139422f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}" #
#########################################################################################################################################################################