Backup and restore the log directory

This commit is contained in:
Félix Piédallu 2023-11-05 23:09:46 +01:00
parent 98b9486f88
commit 717220fd17
2 changed files with 3 additions and 0 deletions

View file

@ -74,6 +74,8 @@ ynh_backup --src_path="/etc/cron.d/$app"
ynh_backup --src_path="/etc/$app/"
ynh_backup --src_path="/var/log/$app/"
#=================================================
# BACKUP THE MYSQL DATABASE
#=================================================

View file

@ -67,6 +67,7 @@ ynh_systemd_action --action=restart --service_name=fail2ban
ynh_restore_file --origin_path="/etc/cron.d/$app"
ynh_restore_file --origin_path="/etc/$app/"
ynh_restore_file --src_path="/var/log/$app/"
#=================================================
# GENERIC FINALIZATION