diff --git a/scripts/backup b/scripts/backup index d117fef..97adcfe 100755 --- a/scripts/backup +++ b/scripts/backup @@ -29,12 +29,6 @@ ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" ynh_backup --src_path="/etc/logrotate.d/$app" -#================================================= -# BACKUP VARIOUS FILES -#================================================= - -ynh_backup --src_path="/var/log/$app/" - #================================================= # BACKUP THE MYSQL DATABASE #================================================= diff --git a/scripts/restore b/scripts/restore index 4e3e444..af99308 100755 --- a/scripts/restore +++ b/scripts/restore @@ -49,12 +49,6 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_restore_file --origin_path="/etc/logrotate.d/$app" -#================================================= -# RESTORE VARIOUS FILES -#================================================= - -ynh_restore_file --origin_path="/var/log/$app/" - #================================================= # RELOAD NGINX AND PHP-FPM #=================================================