mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Remove logs during upgrade backup
This commit is contained in:
parent
301346ee95
commit
e826d1a50d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ ynh_backup --src_path="$data_path" --is_big=1
|
|||
#=================================================
|
||||
ynh_print_info --message="Backing up synapse log..."
|
||||
|
||||
ynh_backup --src_path="/var/log/matrix-$app"
|
||||
ynh_backup --src_path="/var/log/matrix-$app" --is_big=1
|
||||
|
||||
#=================================================
|
||||
# BACKUP HOOKS
|
||||
|
|
Loading…
Reference in a new issue