mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/helpers.d/backup
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
parent
68c30a943a
commit
01e3be24da
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ynh_backup() {
|
|||
local not_mandatory="${not_mandatory:-0}"
|
||||
|
||||
BACKUP_CORE_ONLY=${BACKUP_CORE_ONLY:-0}
|
||||
test -n "${app:-}" && do_not_backup_data=$(ynh_app_setting_get $app do_not_backup_data)
|
||||
test -n "${app:-}" && do_not_backup_data=$(ynh_app_setting_get --app=$app --key=do_not_backup_data)
|
||||
|
||||
# If backing up core only (used by ynh_backup_before_upgrade),
|
||||
# don't backup big data items
|
||||
|
|
Loading…
Add table
Reference in a new issue