mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Remove --is-big flag in backup
This commit is contained in:
parent
c3ee9e6d37
commit
a47b8f6c9f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ ynh_backup --src_path="/etc/systemd/system/coturn-$app.service"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Backing up synapse data..." --weight=1
|
ynh_script_progression --message="Backing up synapse data..." --weight=1
|
||||||
|
|
||||||
ynh_backup --src_path="/var/lib/matrix-$app" --is_big
|
ynh_backup --src_path="/var/lib/matrix-$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP SYNAPSE LOG
|
# BACKUP SYNAPSE LOG
|
||||||
|
|
Loading…
Add table
Reference in a new issue