mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
We recommend to *not* use 'ynh_script_progression' in backup scripts
This commit is contained in:
parent
74fc9ed43e
commit
9de72d9d84
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ynh_backup --src_path="/etc/systemd/system/$app.service"
|
|||
#=================================================
|
||||
# BACKUP THE DATA DIRECTORY
|
||||
#=================================================
|
||||
ynh_script_progression --message="Backing up data directory..."
|
||||
ynh_print_info --message="Backing up data directory..."
|
||||
|
||||
ynh_backup --src_path="$sync_home" --is_big
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue