This commit is contained in:
ericgaspar
2020-08-02 16:00:17 +02:00
committed by Kay0u
parent b0501eade9
commit 644d29331a
6 changed files with 25 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
# IMPORT GENERIC HELPERS
#=================================================
#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
@@ -95,7 +95,7 @@ ynh_backup --src_path="/etc/$app/"
#=================================================
ynh_print_info --message="Backing up the MySQL database..."
### (However, things like mysql dumps *do* take some time to run, though the
### (However, things like MySQL dumps *do* take some time to run, though the
### copy of the generated dump to the archive still happens later)
ynh_mysql_dump_db --database="$db_name" > db.sql