#!/bin/bash source /usr/share/yunohost/helpers ynh_print_info --message="Declaring files to be backed up..." ynh_backup --src_path="$install_dir" ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"