diff --git a/scripts/backup b/scripts/backup index 6babeb9..e099f82 100644 --- a/scripts/backup +++ b/scripts/backup @@ -21,6 +21,8 @@ ynh_print_info --message="Declaring files to be backed up..." ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" +ynh_backup --src_path="/etc/rspamd/worker-controller.inc" + #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/restore b/scripts/restore index 43e8fd3..8f8b146 100644 --- a/scripts/restore +++ b/scripts/restore @@ -25,6 +25,8 @@ ynh_script_progression --message="Restoring the NGINX web server configuration.. ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" +ynh_restore_file --origin_path="/etc/rspamd/worker-controller.inc" + #================================================= # SPECIFIC RESTORATION #=================================================