mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Update backup
This commit is contained in:
parent
e47a27353e
commit
c3979879f3
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
|||
# BACKUP SYSTEMD
|
||||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/etc/systemd/system/$app_web.service"
|
||||
ynh_backup --src_path="/etc/systemd/system/$app_sidekiq.service"
|
||||
ynh_backup --src_path="/etc/systemd/system/${app}_web.service"
|
||||
ynh_backup --src_path="/etc/systemd/system/${app}_sidekiq.service"
|
||||
|
||||
#=================================================
|
||||
# BACKUP THE POSTGRESQL DATABASE
|
||||
|
|
Loading…
Reference in a new issue