1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00

Update backup

This commit is contained in:
yalh76 2020-04-25 21:46:08 +02:00
parent 7598aaf16c
commit f17998eea5

View file

@ -56,7 +56,7 @@ ynh_script_progression --message="Backing up logs"
ynh_backup --src_path="/var/log/uwsgi/$app"
# BACKUP THE UWSGI FILES
ynh_script_progression --message="Backing up configuration..."
ynh_script_progression --message="Backing up UWSGI..."
ynh_backup --src_path="/etc/uwsgi/apps-available/$app.ini"
ynh_backup --src_path="/etc/systemd/system/uwsgi-app@.service"