mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
We recommend to *not* use 'ynh_script_progression' in backup scripts
This commit is contained in:
parent
ade89203b6
commit
2a069a0851
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ ynh_psql_dump_db --database="$db_name" > db.sql
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP THE DATA DIRECTORY
|
# BACKUP THE DATA DIRECTORY
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Backing up data directory..."
|
ynh_print_info --message="Backing up data directory..."
|
||||||
|
|
||||||
ynh_backup --src_path="$datadir" --is_big
|
ynh_backup --src_path="$datadir" --is_big
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue