mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update backup remove apt backup
This commit is contained in:
parent
86e912a42c
commit
7970acccbb
1 changed files with 1 additions and 10 deletions
|
@ -67,12 +67,3 @@ ynh_backup "/etc/php/7.0/fpm/pool.d/$app.conf"
|
|||
#=================================================
|
||||
|
||||
ynh_mysql_dump_db "$db_name" > db.sql
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC BACKUP
|
||||
#=================================================
|
||||
if [ $nonfree ];then
|
||||
ynh_backup /etc/apt/sources.list.d/non-free.list
|
||||
ynh_backup /etc/apt/preferences.d
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue