mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Remove --is-big flag for backup script
This commit is contained in:
parent
4c3db1ed7d
commit
31bd53af85
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ db_name=$(ynh_app_setting_get --app $app --key db_name)
|
|||
|
||||
# BACKUP THE APP MAIN DIR
|
||||
ynh_script_progression --message="Backing up the main app directory..."
|
||||
ynh_backup --src_path "$final_path" --is_big
|
||||
ynh_backup --src_path "$final_path"
|
||||
|
||||
# Backup config
|
||||
ynh_script_progression --message="Backing configuration..."
|
||||
|
|
Loading…
Add table
Reference in a new issue