1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
This commit is contained in:
Clément 2017-03-12 19:34:25 +01:00
parent 6f11f336e0
commit 05d9322017

View file

@ -15,7 +15,7 @@ domain=$(ynh_app_setting_get "$app" domain)
ynh_backup "$path" "www"
# Backup conf files
ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf" "conf"
ynh_backup "/etc/cron.d/$app" "conf"
ynh_backup "/etc/cron.d/$app" "cron"
# Backup mysql
ynh_mysql_dump_db $app > $app.dmp